#B2FBF9

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

Shades of Pale Turquoise #B2FBF9

Tints of Pale Turquoise #B2FBF9

Color information

#B2FBF9 (or 0xB2FBF9) is unknown color: approx Pale Turquoise. HEX triplet: B2, FB and F9. RGB value is (178,251,249). Sum of RGB (Red+Green+Blue) = 178+251+249=678 (89% of max value = 765). Red value is 178 (69.92% from 255 or 26.25% from 678); Green value is 251 (98.44% from 255 or 37.02% from 678); Blue value is 249 (97.66% from 255 or 36.73% from 678); Max value from RGB is 251 - color contains mainly: green. Hex color #B2FBF9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B2FBF9 is #4D0406. Grayscale: #E4E4E4. Windows color (decimal): -5047303 or 16382898. OLE color: 16382898.

HSL color Cylindrical-coordinate representation of color #B2FBF9: hue angle of 178.36º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B2FBF9 is Cyan = 0.29, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.02.

Color convert

RGB178251249-
CMYK0.2900.010.02
HSL178.36º90.12%84.12%-
HSV(B)178.36º29.08%98.43%-
XYZ69.9685.3102.4-
YUV228.94139.3291.66-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 26.25%
GREEN value IS 251 (98.44% from 255) = 37.02%
BLUE value IS 249 (97.66% from 255) = 36.73%
R=26.25%
G=37.02%
B=36.73%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1782512490.2900.010.02178.3690.1284.12
HexB2FBF91D012b25a54
Octal26237337135012262132124
Binary1011001011111011111110011110101101011001010110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2FBF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2FBF9; }

 p { color: rgb(178,251,249); }

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

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

 a { background-color: rgb(178,251,249); }

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

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

 span { border-color: rgb(178,251,249); }

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