Shades of Pale Turquoise #B9E8E7
Tints of Pale Turquoise #B9E8E7
RGB
CMYK
RGB Variations
Color information
#B9E8E7 (or 0xB9E8E7) is known color: Pale Turquoise. HEX triplet: B9, E8 and E7. RGB value is (185,232,231). Sum of RGB (Red+Green+Blue) = 185+232+231=648 (85% of max value = 765). Red value is 185 (72.66% from 255 or 28.55% from 648); Green value is 232 (91.02% from 255 or 35.80% from 648); Blue value is 231 (90.62% from 255 or 35.65% from 648); Max value from RGB is 232 - color contains mainly: green. Hex color #B9E8E7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B9E8E7 is #461718. Grayscale: #D9D9D9. Windows color (decimal): -4593433 or 15198393. OLE color: 15198393.
HSL color Cylindrical-coordinate representation of color #B9E8E7: hue angle of 178.72º degrees, saturation: 0.51, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B9E8E7 is Cyan = 0.20, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 185 | 232 | 231 | - |
| CMYK | 0.20 | 0 | 0.00 | 0.09 |
| HSL | 178.72º | 0.51% | 0.82% | - |
| HSV(B) | 178.72º | 0.2% | 0.91% | - |
| XYZ | 63.29 | 73.8 | 86.51 | - |
| YUV | 217.83 | 135.43 | 104.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 232 | 231 | 0.20 | 0 | 0.00 | 0.09 | 178.72 | 0.51 | 0.82 |
| Hex | B9 | E8 | E7 | 14 | 0 | 0 | 9 | B3 | 33 | 52 |
| Octal | 271 | 350 | 347 | 24 | 0 | 0 | 11 | 263 | 63 | 122 |
| Binary | 10111001 | 11101000 | 11100111 | 10100 | 0 | 0 | 1001 | 10110011 | 110011 | 1010010 |
Color Harmonies of #B9E8E7
Complementary color
Monochromatic Colors of #B9E8E7
Black with #B9E8E7
Text Example
Text Example
White with #B9E8E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9E8E7; }
p { color: rgb(185,232,231); }
H1.HeaderClassName
{
color: #B9E8E7;
}
.AnyTagClassName
{
color: #B9E8E7;
}
</style>
background-color css
<style>
a { background-color: #B9E8E7; }
a { background-color: rgb(185,232,231); }
div.DivClassName
{
background-color: #B9E8E7;
}
.BgClassName
{
background-color: #B9E8E7;
}
</style>
border-color css
<style>
span { border-color: #B9E8E7; }
span { border-color: rgb(185,232,231); }
td.TdClassName
{
border-color: #B9E8E7;
}
.TagClassName
{
border-color: #B9E8E7;
}
</style>