#B2EFE9

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

Shades of Pale Turquoise #B2EFE9

Tints of Pale Turquoise #B2EFE9

Color information

#B2EFE9 (or 0xB2EFE9) is unknown color: approx Pale Turquoise. HEX triplet: B2, EF and E9. RGB value is (178,239,233). Sum of RGB (Red+Green+Blue) = 178+239+233=650 (86% of max value = 765). Red value is 178 (69.92% from 255 or 27.38% from 650); Green value is 239 (93.75% from 255 or 36.77% from 650); Blue value is 233 (91.41% from 255 or 35.85% from 650); Max value from RGB is 239 - color contains mainly: green. Hex color #B2EFE9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B2EFE9 is #4D1016. Grayscale: #DCDCDC. Windows color (decimal): -5050391 or 15331250. OLE color: 15331250.

HSL color Cylindrical-coordinate representation of color #B2EFE9: hue angle of 174.1º degrees, saturation: 0.66, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B2EFE9 is Cyan = 0.26, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.06.

Color convert

RGB178239233-
CMYK0.2600.030.06
HSL174.1º65.59%81.76%-
HSV(B)174.1º25.52%93.73%-
XYZ63.9377.0888.6-
YUV220.08135.2997.99-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 27.38%
GREEN value IS 239 (93.75% from 255) = 36.77%
BLUE value IS 233 (91.41% from 255) = 35.85%
R=27.38%
G=36.77%
B=35.85%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1782392330.2600.030.06174.165.5981.76
HexB2EFE91A036ae4252
Octal26235735132036256102122
Binary101100101110111111101001110100111101010111010000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2EFE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2EFE9; }

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

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

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

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

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

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

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

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