Shades of Pale Turquoise #B9ECE8
Tints of Pale Turquoise #B9ECE8
RGB
CMYK
RGB Variations
Color information
#B9ECE8 (or 0xB9ECE8) is known color: Pale Turquoise. HEX triplet: B9, EC and E8. RGB value is (185,236,232). Sum of RGB (Red+Green+Blue) = 185+236+232=653 (86% of max value = 765). Red value is 185 (72.66% from 255 or 28.33% from 653); Green value is 236 (92.58% from 255 or 36.14% from 653); Blue value is 232 (91.02% from 255 or 35.53% from 653); Max value from RGB is 236 - color contains mainly: green. Hex color #B9ECE8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B9ECE8 is #461317. Grayscale: #DCDCDC. Windows color (decimal): -4592408 or 15264953. OLE color: 15264953.
HSL color Cylindrical-coordinate representation of color #B9ECE8: hue angle of 175.29º degrees, saturation: 0.57, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B9ECE8 is Cyan = 0.22, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
RGB | 185 | 236 | 232 | - |
CMYK | 0.22 | 0 | 0.02 | 0.07 |
HSL | 175.29º | 0.57% | 0.83% | - |
HSV(B) | 175.29º | 0.22% | 0.93% | - |
XYZ | 64.57 | 76.13 | 87.64 | - |
YUV | 220.3 | 134.6 | 102.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 185 | 236 | 232 | 0.22 | 0 | 0.02 | 0.07 | 175.29 | 0.57 | 0.83 |
Hex | B9 | EC | E8 | 16 | 0 | 2 | 7 | AF | 39 | 53 |
Octal | 271 | 354 | 350 | 26 | 0 | 2 | 7 | 257 | 71 | 123 |
Binary | 10111001 | 11101100 | 11101000 | 10110 | 0 | 10 | 111 | 10101111 | 111001 | 1010011 |
Color Harmonies of #B9ECE8
Complementary color
Monochromatic Colors of #B9ECE8
Black with #B9ECE8
Text Example
Text Example
White with #B9ECE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9ECE8; }
p { color: rgb(185,236,232); }
H1.HeaderClassName
{
color: #B9ECE8;
}
.AnyTagClassName
{
color: #B9ECE8;
}
</style>
background-color css
<style>
a { background-color: #B9ECE8; }
a { background-color: rgb(185,236,232); }
div.DivClassName
{
background-color: #B9ECE8;
}
.BgClassName
{
background-color: #B9ECE8;
}
</style>
border-color css
<style>
span { border-color: #B9ECE8; }
span { border-color: rgb(185,236,232); }
td.TdClassName
{
border-color: #B9ECE8;
}
.TagClassName
{
border-color: #B9ECE8;
}
</style>