#B2F3E9

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

Shades of Pale Turquoise #B2F3E9

Tints of Pale Turquoise #B2F3E9

Color information

#B2F3E9 (or 0xB2F3E9) is unknown color: approx Pale Turquoise. HEX triplet: B2, F3 and E9. RGB value is (178,243,233). Sum of RGB (Red+Green+Blue) = 178+243+233=654 (86% of max value = 765). Red value is 178 (69.92% from 255 or 27.22% from 654); Green value is 243 (95.31% from 255 or 37.16% from 654); Blue value is 233 (91.41% from 255 or 35.63% from 654); Max value from RGB is 243 - color contains mainly: green. Hex color #B2F3E9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B2F3E9 is #4D0C16. Grayscale: #DEDEDE. Windows color (decimal): -5049367 or 15332274. OLE color: 15332274.

HSL color Cylindrical-coordinate representation of color #B2F3E9: hue angle of 170.77º degrees, saturation: 0.73, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B2F3E9 is Cyan = 0.27, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.05.

Color convert

RGB178243233-
CMYK0.2700.040.05
HSL170.77º73.03%82.55%-
HSV(B)170.77º26.75%95.29%-
XYZ65.1279.4588.99-
YUV222.42133.9796.31-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 27.22%
GREEN value IS 243 (95.31% from 255) = 37.16%
BLUE value IS 233 (91.41% from 255) = 35.63%
R=27.22%
G=37.16%
B=35.63%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1782432330.2700.040.05170.7773.0382.55
HexB2F3E91B045ab4953
Octal26236335133045253111123
Binary1011001011110011111010011101101001011010101110010011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2F3E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2F3E9; }

 p { color: rgb(178,243,233); }

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

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

 a { background-color: rgb(178,243,233); }

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

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

 span { border-color: rgb(178,243,233); }

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