Shades of Pale Turquoise #B9F3EC
Tints of Pale Turquoise #B9F3EC
RGB
CMYK
RGB Variations
Color information
#B9F3EC (or 0xB9F3EC) is known color: Pale Turquoise. HEX triplet: B9, F3 and EC. RGB value is (185,243,236). Sum of RGB (Red+Green+Blue) = 185+243+236=664 (87% of max value = 765). Red value is 185 (72.66% from 255 or 27.86% from 664); Green value is 243 (95.31% from 255 or 36.60% from 664); Blue value is 236 (92.58% from 255 or 35.54% from 664); Max value from RGB is 243 - color contains mainly: green. Hex color #B9F3EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B9F3EC is #460C13. Grayscale: #E0E0E0. Windows color (decimal): -4590612 or 15528889. OLE color: 15528889.
HSL color Cylindrical-coordinate representation of color #B9F3EC: hue angle of 172.76º degrees, saturation: 0.71, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B9F3EC is Cyan = 0.24, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 185 | 243 | 236 | - |
| CMYK | 0.24 | 0 | 0.03 | 0.05 |
| HSL | 172.76º | 0.71% | 0.84% | - |
| HSV(B) | 172.76º | 0.24% | 0.95% | - |
| XYZ | 67.2 | 80.47 | 91.35 | - |
| YUV | 224.86 | 134.28 | 99.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 243 | 236 | 0.24 | 0 | 0.03 | 0.05 | 172.76 | 0.71 | 0.84 |
| Hex | B9 | F3 | EC | 18 | 0 | 3 | 5 | AD | 47 | 54 |
| Octal | 271 | 363 | 354 | 30 | 0 | 3 | 5 | 255 | 107 | 124 |
| Binary | 10111001 | 11110011 | 11101100 | 11000 | 0 | 11 | 101 | 10101101 | 1000111 | 1010100 |
Color Harmonies of #B9F3EC
Complementary color
Monochromatic Colors of #B9F3EC
Black with #B9F3EC
Text Example
Text Example
White with #B9F3EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9F3EC; }
p { color: rgb(185,243,236); }
H1.HeaderClassName
{
color: #B9F3EC;
}
.AnyTagClassName
{
color: #B9F3EC;
}
</style>
background-color css
<style>
a { background-color: #B9F3EC; }
a { background-color: rgb(185,243,236); }
div.DivClassName
{
background-color: #B9F3EC;
}
.BgClassName
{
background-color: #B9F3EC;
}
</style>
border-color css
<style>
span { border-color: #B9F3EC; }
span { border-color: rgb(185,243,236); }
td.TdClassName
{
border-color: #B9F3EC;
}
.TagClassName
{
border-color: #B9F3EC;
}
</style>