#B2EEEC

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

Shades of Pale Turquoise #B2EEEC

Tints of Pale Turquoise #B2EEEC

Color information

#B2EEEC (or 0xB2EEEC) is unknown color: approx Pale Turquoise. HEX triplet: B2, EE and EC. RGB value is (178,238,236). Sum of RGB (Red+Green+Blue) = 178+238+236=652 (86% of max value = 765). Red value is 178 (69.92% from 255 or 27.30% from 652); Green value is 238 (93.36% from 255 or 36.50% from 652); Blue value is 236 (92.58% from 255 or 36.20% from 652); Max value from RGB is 238 - color contains mainly: green. Hex color #B2EEEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B2EEEC is #4D1113. Grayscale: #DBDBDB. Windows color (decimal): -5050644 or 15527602. OLE color: 15527602.

HSL color Cylindrical-coordinate representation of color #B2EEEC: hue angle of 178º degrees, saturation: 0.64, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B2EEEC is Cyan = 0.25, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.

Color convert

RGB178238236-
CMYK0.2500.010.07
HSL178º63.83%81.57%-
HSV(B)178º25.21%93.33%-
XYZ64.0776.6790.78-
YUV219.83137.1298.16-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 27.30%
GREEN value IS 238 (93.36% from 255) = 36.50%
BLUE value IS 236 (92.58% from 255) = 36.20%
R=27.30%
G=36.50%
B=36.20%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1782382360.2500.010.0717863.8381.57
HexB2EEEC19017b24052
Octal26235635431017262100122
Binary10110010111011101110110011001011111011001010000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2EEEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2EEEC; }

 p { color: rgb(178,238,236); }

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

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

 a { background-color: rgb(178,238,236); }

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

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

 span { border-color: rgb(178,238,236); }

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