Shades of Pale Turquoise #B5E9EC
Tints of Pale Turquoise #B5E9EC
RGB
CMYK
RGB Variations
Color information
#B5E9EC (or 0xB5E9EC) is known color: Pale Turquoise. HEX triplet: B5, E9 and EC. RGB value is (181,233,236). Sum of RGB (Red+Green+Blue) = 181+233+236=650 (86% of max value = 765). Red value is 181 (71.09% from 255 or 27.85% from 650); Green value is 233 (91.41% from 255 or 35.85% from 650); Blue value is 236 (92.58% from 255 or 36.31% from 650); Max value from RGB is 236 - color contains mainly: blue. Hex color #B5E9EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B5E9EC is #4A1613. Grayscale: #D9D9D9. Windows color (decimal): -4855316 or 15526325. OLE color: 15526325.
HSL color Cylindrical-coordinate representation of color #B5E9EC: hue angle of 183.27º degrees, saturation: 0.59, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B5E9EC is Cyan = 0.23, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 181 | 233 | 236 | - |
CMYK | 0.23 | 0.01 | 0 | 0.07 |
HSL | 183.27º | 0.59% | 0.82% | - |
HSV(B) | 183.27º | 0.23% | 0.93% | - |
XYZ | 63.34 | 74.16 | 90.33 | - |
YUV | 217.79 | 138.27 | 101.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 233 | 236 | 0.23 | 0.01 | 0 | 0.07 | 183.27 | 0.59 | 0.82 |
Hex | B5 | E9 | EC | 17 | 1 | 0 | 7 | B7 | 3B | 52 |
Octal | 265 | 351 | 354 | 27 | 1 | 0 | 7 | 267 | 73 | 122 |
Binary | 10110101 | 11101001 | 11101100 | 10111 | 1 | 0 | 111 | 10110111 | 111011 | 1010010 |
Color Harmonies of #B5E9EC
Complementary color
Monochromatic Colors of #B5E9EC
Black with #B5E9EC
Text Example
Text Example
White with #B5E9EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5E9EC; }
p { color: rgb(181,233,236); }
H1.HeaderClassName
{
color: #B5E9EC;
}
.AnyTagClassName
{
color: #B5E9EC;
}
</style>
background-color css
<style>
a { background-color: #B5E9EC; }
a { background-color: rgb(181,233,236); }
div.DivClassName
{
background-color: #B5E9EC;
}
.BgClassName
{
background-color: #B5E9EC;
}
</style>
border-color css
<style>
span { border-color: #B5E9EC; }
span { border-color: rgb(181,233,236); }
td.TdClassName
{
border-color: #B5E9EC;
}
.TagClassName
{
border-color: #B5E9EC;
}
</style>