Shades of Pale Turquoise #B9EEEA
Tints of Pale Turquoise #B9EEEA
RGB
CMYK
RGB Variations
Color information
#B9EEEA (or 0xB9EEEA) is known color: Pale Turquoise. HEX triplet: B9, EE and EA. RGB value is (185,238,234). Sum of RGB (Red+Green+Blue) = 185+238+234=657 (87% of max value = 765). Red value is 185 (72.66% from 255 or 28.16% from 657); Green value is 238 (93.36% from 255 or 36.23% from 657); Blue value is 234 (91.80% from 255 or 35.62% from 657); Max value from RGB is 238 - color contains mainly: green. Hex color #B9EEEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B9EEEA is #461115. Grayscale: #DDDDDD. Windows color (decimal): -4591894 or 15396537. OLE color: 15396537.
HSL color Cylindrical-coordinate representation of color #B9EEEA: hue angle of 175.47º degrees, saturation: 0.61, 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 #B9EEEA is Cyan = 0.22, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
RGB | 185 | 238 | 234 | - |
CMYK | 0.22 | 0 | 0.02 | 0.07 |
HSL | 175.47º | 0.61% | 0.83% | - |
HSV(B) | 175.47º | 0.22% | 0.93% | - |
XYZ | 65.43 | 77.4 | 89.33 | - |
YUV | 221.7 | 134.94 | 101.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 185 | 238 | 234 | 0.22 | 0 | 0.02 | 0.07 | 175.47 | 0.61 | 0.83 |
Hex | B9 | EE | EA | 16 | 0 | 2 | 7 | AF | 3D | 53 |
Octal | 271 | 356 | 352 | 26 | 0 | 2 | 7 | 257 | 75 | 123 |
Binary | 10111001 | 11101110 | 11101010 | 10110 | 0 | 10 | 111 | 10101111 | 111101 | 1010011 |
Color Harmonies of #B9EEEA
Complementary color
Monochromatic Colors of #B9EEEA
Black with #B9EEEA
Text Example
Text Example
White with #B9EEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9EEEA; }
p { color: rgb(185,238,234); }
H1.HeaderClassName
{
color: #B9EEEA;
}
.AnyTagClassName
{
color: #B9EEEA;
}
</style>
background-color css
<style>
a { background-color: #B9EEEA; }
a { background-color: rgb(185,238,234); }
div.DivClassName
{
background-color: #B9EEEA;
}
.BgClassName
{
background-color: #B9EEEA;
}
</style>
border-color css
<style>
span { border-color: #B9EEEA; }
span { border-color: rgb(185,238,234); }
td.TdClassName
{
border-color: #B9EEEA;
}
.TagClassName
{
border-color: #B9EEEA;
}
</style>