Shades of Pale Turquoise #B9EDE8
Tints of Pale Turquoise #B9EDE8
RGB
CMYK
RGB Variations
Color information
#B9EDE8 (or 0xB9EDE8) is known color: Pale Turquoise. HEX triplet: B9, ED and E8. RGB value is (185,237,232). Sum of RGB (Red+Green+Blue) = 185+237+232=654 (86% of max value = 765). Red value is 185 (72.66% from 255 or 28.29% from 654); Green value is 237 (92.97% from 255 or 36.24% from 654); Blue value is 232 (91.02% from 255 or 35.47% from 654); Max value from RGB is 237 - color contains mainly: green. Hex color #B9EDE8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B9EDE8 is #461217. Grayscale: #DCDCDC. Windows color (decimal): -4592152 or 15265209. OLE color: 15265209.
HSL color Cylindrical-coordinate representation of color #B9EDE8: hue angle of 174.23º 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 #B9EDE8 is Cyan = 0.22, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 185 | 237 | 232 | - |
| CMYK | 0.22 | 0 | 0.02 | 0.07 |
| HSL | 174.23º | 0.59% | 0.83% | - |
| HSV(B) | 174.23º | 0.22% | 0.93% | - |
| XYZ | 64.86 | 76.71 | 87.73 | - |
| YUV | 220.88 | 134.27 | 102.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 237 | 232 | 0.22 | 0 | 0.02 | 0.07 | 174.23 | 0.59 | 0.83 |
| Hex | B9 | ED | E8 | 16 | 0 | 2 | 7 | AE | 3B | 53 |
| Octal | 271 | 355 | 350 | 26 | 0 | 2 | 7 | 256 | 73 | 123 |
| Binary | 10111001 | 11101101 | 11101000 | 10110 | 0 | 10 | 111 | 10101110 | 111011 | 1010011 |
Color Harmonies of #B9EDE8
Complementary color
Monochromatic Colors of #B9EDE8
Black with #B9EDE8
Text Example
Text Example
White with #B9EDE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9EDE8; }
p { color: rgb(185,237,232); }
H1.HeaderClassName
{
color: #B9EDE8;
}
.AnyTagClassName
{
color: #B9EDE8;
}
</style>
background-color css
<style>
a { background-color: #B9EDE8; }
a { background-color: rgb(185,237,232); }
div.DivClassName
{
background-color: #B9EDE8;
}
.BgClassName
{
background-color: #B9EDE8;
}
</style>
border-color css
<style>
span { border-color: #B9EDE8; }
span { border-color: rgb(185,237,232); }
td.TdClassName
{
border-color: #B9EDE8;
}
.TagClassName
{
border-color: #B9EDE8;
}
</style>