#B4FFF2

Color #B4FFF2 Pale Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Turquoise #B4FFF2

Tints of Pale Turquoise #B4FFF2

Color information

#B4FFF2 (or 0xB4FFF2) is unknown color: approx Pale Turquoise. HEX triplet: B4, FF and F2. RGB value is (180,255,242). Sum of RGB (Red+Green+Blue) = 180+255+242=677 (89% of max value = 765). Red value is 180 (70.70% from 255 or 26.59% from 677); Green value is 255 (100% from 255 or 37.67% from 677); Blue value is 242 (94.92% from 255 or 35.75% from 677); Max value from RGB is 255 - color contains mainly: green. Hex color #B4FFF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B4FFF2 is #4B000D. Grayscale: #E7E7E7. Windows color (decimal): -4915214 or 15925172. OLE color: 15925172.

HSL color Cylindrical-coordinate representation of color #B4FFF2: hue angle of 169.6º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B4FFF2 is Cyan = 0.29, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.

Color convert

RGB180255242-
CMYK0.2900.050
HSL169.6º100%85.29%-
HSV(B)169.6º29.41%100%-
XYZ70.6187.6397.2-
YUV231.09134.1591.56-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 180 (70.70% from 255) = 26.59%
GREEN value IS 255 (100% from 255) = 37.67%
BLUE value IS 242 (94.92% from 255) = 35.75%
R=26.59%
G=37.67%
B=35.75%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1802552420.2900.050169.610085.29
HexB4FFF21D050aa6455
Octal26437736235050252144125
Binary10110100111111111111001011101010101010101011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4FFF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4FFF2; }

 p { color: rgb(180,255,242); }

 H1.HeaderClassName
 {
   color: #B4FFF2;
 }
 .AnyTagClassName
 {
   color: #B4FFF2;
 }
</style>
background-color css

<style>
 a { background-color: #B4FFF2; }

 a { background-color: rgb(180,255,242); }

 div.DivClassName
 {
   background-color: #B4FFF2;
 }
 .BgClassName
 {
   background-color: #B4FFF2;
 }
</style>
border-color css

<style>
 span { border-color: #B4FFF2; }

 span { border-color: rgb(180,255,242); }

 td.TdClassName
 {
   border-color: #B4FFF2;
 }
 .TagClassName
 {
   border-color: #B4FFF2;
 }
</style>