Shades of Pale Turquoise #B2EEEC
Tints of Pale Turquoise #B2EEEC
RGB
CMYK
RGB Variations
Color information
#B2EEEC (or 0xB2EEEC) is known color: 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
| RGB | 178 | 238 | 236 | - |
| CMYK | 0.25 | 0 | 0.01 | 0.07 |
| HSL | 178º | 0.64% | 0.82% | - |
| HSV(B) | 178º | 0.25% | 0.93% | - |
| XYZ | 64.07 | 76.67 | 90.78 | - |
| YUV | 219.83 | 137.12 | 98.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 238 | 236 | 0.25 | 0 | 0.01 | 0.07 | 178 | 0.64 | 0.82 |
| Hex | B2 | EE | EC | 19 | 0 | 1 | 7 | B2 | 40 | 52 |
| Octal | 262 | 356 | 354 | 31 | 0 | 1 | 7 | 262 | 100 | 122 |
| Binary | 10110010 | 11101110 | 11101100 | 11001 | 0 | 1 | 111 | 10110010 | 1000000 | 1010010 |
Color Harmonies of #B2EEEC
Complementary color
Monochromatic Colors of #B2EEEC
Black with #B2EEEC
Text Example
Text Example
White with #B2EEEC
Text Example
Text Example
HTML Codes & Css Web 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>