Shades of Pale Turquoise #B9EDEC
Tints of Pale Turquoise #B9EDEC
RGB
CMYK
RGB Variations
Color information
#B9EDEC (or 0xB9EDEC) is known color: Pale Turquoise. HEX triplet: B9, ED and EC. RGB value is (185,237,236). Sum of RGB (Red+Green+Blue) = 185+237+236=658 (87% of max value = 765). Red value is 185 (72.66% from 255 or 28.12% from 658); Green value is 237 (92.97% from 255 or 36.02% from 658); Blue value is 236 (92.58% from 255 or 35.87% from 658); Max value from RGB is 237 - color contains mainly: green. Hex color #B9EDEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B9EDEC is #461213. Grayscale: #DDDDDD. Windows color (decimal): -4592148 or 15527353. OLE color: 15527353.
HSL color Cylindrical-coordinate representation of color #B9EDEC: hue angle of 178.85º degrees, saturation: 0.59, 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 #B9EDEC is Cyan = 0.22, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
RGB | 185 | 237 | 236 | - |
CMYK | 0.22 | 0 | 0.00 | 0.07 |
HSL | 178.85º | 0.59% | 0.83% | - |
HSV(B) | 178.85º | 0.22% | 0.93% | - |
XYZ | 65.43 | 76.94 | 90.76 | - |
YUV | 221.34 | 136.27 | 102.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 185 | 237 | 236 | 0.22 | 0 | 0.00 | 0.07 | 178.85 | 0.59 | 0.83 |
Hex | B9 | ED | EC | 16 | 0 | 0 | 7 | B3 | 3B | 53 |
Octal | 271 | 355 | 354 | 26 | 0 | 0 | 7 | 263 | 73 | 123 |
Binary | 10111001 | 11101101 | 11101100 | 10110 | 0 | 0 | 111 | 10110011 | 111011 | 1010011 |
Color Harmonies of #B9EDEC
Complementary color
Monochromatic Colors of #B9EDEC
Black with #B9EDEC
Text Example
Text Example
White with #B9EDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9EDEC; }
p { color: rgb(185,237,236); }
H1.HeaderClassName
{
color: #B9EDEC;
}
.AnyTagClassName
{
color: #B9EDEC;
}
</style>
background-color css
<style>
a { background-color: #B9EDEC; }
a { background-color: rgb(185,237,236); }
div.DivClassName
{
background-color: #B9EDEC;
}
.BgClassName
{
background-color: #B9EDEC;
}
</style>
border-color css
<style>
span { border-color: #B9EDEC; }
span { border-color: rgb(185,237,236); }
td.TdClassName
{
border-color: #B9EDEC;
}
.TagClassName
{
border-color: #B9EDEC;
}
</style>