Shades of Pale Turquoise #B9ECE9
Tints of Pale Turquoise #B9ECE9
RGB
CMYK
RGB Variations
Color information
#B9ECE9 (or 0xB9ECE9) is known color: Pale Turquoise. HEX triplet: B9, EC and E9. RGB value is (185,236,233). Sum of RGB (Red+Green+Blue) = 185+236+233=654 (86% of max value = 765). Red value is 185 (72.66% from 255 or 28.29% from 654); Green value is 236 (92.58% from 255 or 36.09% from 654); Blue value is 233 (91.41% from 255 or 35.63% from 654); Max value from RGB is 236 - color contains mainly: green. Hex color #B9ECE9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B9ECE9 is #461316. Grayscale: #DCDCDC. Windows color (decimal): -4592407 or 15330489. OLE color: 15330489.
HSL color Cylindrical-coordinate representation of color #B9ECE9: hue angle of 176.47º 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 #B9ECE9 is Cyan = 0.22, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 185 | 236 | 233 | - |
| CMYK | 0.22 | 0 | 0.01 | 0.07 |
| HSL | 176.47º | 0.57% | 0.83% | - |
| HSV(B) | 176.47º | 0.22% | 0.93% | - |
| XYZ | 64.71 | 76.19 | 88.39 | - |
| YUV | 220.41 | 135.1 | 102.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 236 | 233 | 0.22 | 0 | 0.01 | 0.07 | 176.47 | 0.57 | 0.83 |
| Hex | B9 | EC | E9 | 16 | 0 | 1 | 7 | B0 | 39 | 53 |
| Octal | 271 | 354 | 351 | 26 | 0 | 1 | 7 | 260 | 71 | 123 |
| Binary | 10111001 | 11101100 | 11101001 | 10110 | 0 | 1 | 111 | 10110000 | 111001 | 1010011 |
Color Harmonies of #B9ECE9
Complementary color
Monochromatic Colors of #B9ECE9
Black with #B9ECE9
Text Example
Text Example
White with #B9ECE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9ECE9; }
p { color: rgb(185,236,233); }
H1.HeaderClassName
{
color: #B9ECE9;
}
.AnyTagClassName
{
color: #B9ECE9;
}
</style>
background-color css
<style>
a { background-color: #B9ECE9; }
a { background-color: rgb(185,236,233); }
div.DivClassName
{
background-color: #B9ECE9;
}
.BgClassName
{
background-color: #B9ECE9;
}
</style>
border-color css
<style>
span { border-color: #B9ECE9; }
span { border-color: rgb(185,236,233); }
td.TdClassName
{
border-color: #B9ECE9;
}
.TagClassName
{
border-color: #B9ECE9;
}
</style>