Shades of Pale Turquoise #B5E8EC
Tints of Pale Turquoise #B5E8EC
RGB
CMYK
RGB Variations
Color information
#B5E8EC (or 0xB5E8EC) is known color: Pale Turquoise. HEX triplet: B5, E8 and EC. RGB value is (181,232,236). Sum of RGB (Red+Green+Blue) = 181+232+236=649 (85% of max value = 765). Red value is 181 (71.09% from 255 or 27.89% from 649); Green value is 232 (91.02% from 255 or 35.75% from 649); Blue value is 236 (92.58% from 255 or 36.36% from 649); Max value from RGB is 236 - color contains mainly: blue. Hex color #B5E8EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B5E8EC is #4A1713. Grayscale: #D9D9D9. Windows color (decimal): -4855572 or 15526069. OLE color: 15526069.
HSL color Cylindrical-coordinate representation of color #B5E8EC: hue angle of 184.36º 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 #B5E8EC is Cyan = 0.23, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 181 | 232 | 236 | - |
CMYK | 0.23 | 0.02 | 0 | 0.07 |
HSL | 184.36º | 0.59% | 0.82% | - |
HSV(B) | 184.36º | 0.23% | 0.93% | - |
XYZ | 63.05 | 73.59 | 90.24 | - |
YUV | 217.21 | 138.6 | 102.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 232 | 236 | 0.23 | 0.02 | 0 | 0.07 | 184.36 | 0.59 | 0.82 |
Hex | B5 | E8 | EC | 17 | 2 | 0 | 7 | B8 | 3B | 52 |
Octal | 265 | 350 | 354 | 27 | 2 | 0 | 7 | 270 | 73 | 122 |
Binary | 10110101 | 11101000 | 11101100 | 10111 | 10 | 0 | 111 | 10111000 | 111011 | 1010010 |
Color Harmonies of #B5E8EC
Complementary color
Monochromatic Colors of #B5E8EC
Black with #B5E8EC
Text Example
Text Example
White with #B5E8EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5E8EC; }
p { color: rgb(181,232,236); }
H1.HeaderClassName
{
color: #B5E8EC;
}
.AnyTagClassName
{
color: #B5E8EC;
}
</style>
background-color css
<style>
a { background-color: #B5E8EC; }
a { background-color: rgb(181,232,236); }
div.DivClassName
{
background-color: #B5E8EC;
}
.BgClassName
{
background-color: #B5E8EC;
}
</style>
border-color css
<style>
span { border-color: #B5E8EC; }
span { border-color: rgb(181,232,236); }
td.TdClassName
{
border-color: #B5E8EC;
}
.TagClassName
{
border-color: #B5E8EC;
}
</style>