Shades of Pale Turquoise #B5ECE9
Tints of Pale Turquoise #B5ECE9
RGB
CMYK
RGB Variations
Color information
#B5ECE9 (or 0xB5ECE9) is known color: Pale Turquoise. HEX triplet: B5, EC and E9. RGB value is (181,236,233). Sum of RGB (Red+Green+Blue) = 181+236+233=650 (86% of max value = 765). Red value is 181 (71.09% from 255 or 27.85% from 650); Green value is 236 (92.58% from 255 or 36.31% from 650); Blue value is 233 (91.41% from 255 or 35.85% from 650); Max value from RGB is 236 - color contains mainly: green. Hex color #B5ECE9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B5ECE9 is #4A1316. Grayscale: #DBDBDB. Windows color (decimal): -4854551 or 15330485. OLE color: 15330485.
HSL color Cylindrical-coordinate representation of color #B5ECE9: hue angle of 176.73º 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 #B5ECE9 is Cyan = 0.23, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
RGB | 181 | 236 | 233 | - |
CMYK | 0.23 | 0 | 0.01 | 0.07 |
HSL | 176.73º | 0.59% | 0.82% | - |
HSV(B) | 176.73º | 0.23% | 0.93% | - |
XYZ | 63.76 | 75.7 | 88.34 | - |
YUV | 219.21 | 135.78 | 100.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 236 | 233 | 0.23 | 0 | 0.01 | 0.07 | 176.73 | 0.59 | 0.82 |
Hex | B5 | EC | E9 | 17 | 0 | 1 | 7 | B1 | 3B | 52 |
Octal | 265 | 354 | 351 | 27 | 0 | 1 | 7 | 261 | 73 | 122 |
Binary | 10110101 | 11101100 | 11101001 | 10111 | 0 | 1 | 111 | 10110001 | 111011 | 1010010 |
Color Harmonies of #B5ECE9
Complementary color
Monochromatic Colors of #B5ECE9
Black with #B5ECE9
Text Example
Text Example
White with #B5ECE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5ECE9; }
p { color: rgb(181,236,233); }
H1.HeaderClassName
{
color: #B5ECE9;
}
.AnyTagClassName
{
color: #B5ECE9;
}
</style>
background-color css
<style>
a { background-color: #B5ECE9; }
a { background-color: rgb(181,236,233); }
div.DivClassName
{
background-color: #B5ECE9;
}
.BgClassName
{
background-color: #B5ECE9;
}
</style>
border-color css
<style>
span { border-color: #B5ECE9; }
span { border-color: rgb(181,236,233); }
td.TdClassName
{
border-color: #B5ECE9;
}
.TagClassName
{
border-color: #B5ECE9;
}
</style>