Shades of Pale Turquoise #B2E9E4
Tints of Pale Turquoise #B2E9E4
RGB
CMYK
RGB Variations
Color information
#B2E9E4 (or 0xB2E9E4) is known color: Pale Turquoise. HEX triplet: B2, E9 and E4. RGB value is (178,233,228). Sum of RGB (Red+Green+Blue) = 178+233+228=639 (84% of max value = 765). Red value is 178 (69.92% from 255 or 27.86% from 639); Green value is 233 (91.41% from 255 or 36.46% from 639); Blue value is 228 (89.45% from 255 or 35.68% from 639); Max value from RGB is 233 - color contains mainly: green. Hex color #B2E9E4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2E9E4 is #4D161B. Grayscale: #D7D7D7. Windows color (decimal): -5051932 or 15002034. OLE color: 15002034.
HSL color Cylindrical-coordinate representation of color #B2E9E4: hue angle of 174.55º degrees, saturation: 0.56, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B2E9E4 is Cyan = 0.24, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 178 | 233 | 228 | - |
| CMYK | 0.24 | 0 | 0.02 | 0.09 |
| HSL | 174.55º | 0.56% | 0.81% | - |
| HSV(B) | 174.55º | 0.24% | 0.91% | - |
| XYZ | 61.5 | 73.34 | 84.31 | - |
| YUV | 215.99 | 134.78 | 100.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 233 | 228 | 0.24 | 0 | 0.02 | 0.09 | 174.55 | 0.56 | 0.81 |
| Hex | B2 | E9 | E4 | 18 | 0 | 2 | 9 | AF | 38 | 51 |
| Octal | 262 | 351 | 344 | 30 | 0 | 2 | 11 | 257 | 70 | 121 |
| Binary | 10110010 | 11101001 | 11100100 | 11000 | 0 | 10 | 1001 | 10101111 | 111000 | 1010001 |
Color Harmonies of #B2E9E4
Complementary color
Monochromatic Colors of #B2E9E4
Black with #B2E9E4
Text Example
Text Example
White with #B2E9E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2E9E4; }
p { color: rgb(178,233,228); }
H1.HeaderClassName
{
color: #B2E9E4;
}
.AnyTagClassName
{
color: #B2E9E4;
}
</style>
background-color css
<style>
a { background-color: #B2E9E4; }
a { background-color: rgb(178,233,228); }
div.DivClassName
{
background-color: #B2E9E4;
}
.BgClassName
{
background-color: #B2E9E4;
}
</style>
border-color css
<style>
span { border-color: #B2E9E4; }
span { border-color: rgb(178,233,228); }
td.TdClassName
{
border-color: #B2E9E4;
}
.TagClassName
{
border-color: #B2E9E4;
}
</style>