Shades of Pale Turquoise #B5EDEC
Tints of Pale Turquoise #B5EDEC
RGB
CMYK
RGB Variations
Color information
#B5EDEC (or 0xB5EDEC) is known color: Pale Turquoise. HEX triplet: B5, ED and EC. RGB value is (181,237,236). Sum of RGB (Red+Green+Blue) = 181+237+236=654 (86% of max value = 765). Red value is 181 (71.09% from 255 or 27.68% from 654); Green value is 237 (92.97% from 255 or 36.24% from 654); Blue value is 236 (92.58% from 255 or 36.09% from 654); Max value from RGB is 237 - color contains mainly: green. Hex color #B5EDEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B5EDEC is #4A1213. Grayscale: #DCDCDC. Windows color (decimal): -4854292 or 15527349. OLE color: 15527349.
HSL color Cylindrical-coordinate representation of color #B5EDEC: hue angle of 178.93º degrees, saturation: 0.61, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B5EDEC is Cyan = 0.24, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
RGB | 181 | 237 | 236 | - |
CMYK | 0.24 | 0 | 0.00 | 0.07 |
HSL | 178.93º | 0.61% | 0.82% | - |
HSV(B) | 178.93º | 0.24% | 0.93% | - |
XYZ | 64.48 | 76.45 | 90.71 | - |
YUV | 220.14 | 136.95 | 100.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 237 | 236 | 0.24 | 0 | 0.00 | 0.07 | 178.93 | 0.61 | 0.82 |
Hex | B5 | ED | EC | 18 | 0 | 0 | 7 | B3 | 3D | 52 |
Octal | 265 | 355 | 354 | 30 | 0 | 0 | 7 | 263 | 75 | 122 |
Binary | 10110101 | 11101101 | 11101100 | 11000 | 0 | 0 | 111 | 10110011 | 111101 | 1010010 |
Color Harmonies of #B5EDEC
Complementary color
Monochromatic Colors of #B5EDEC
Black with #B5EDEC
Text Example
Text Example
White with #B5EDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5EDEC; }
p { color: rgb(181,237,236); }
H1.HeaderClassName
{
color: #B5EDEC;
}
.AnyTagClassName
{
color: #B5EDEC;
}
</style>
background-color css
<style>
a { background-color: #B5EDEC; }
a { background-color: rgb(181,237,236); }
div.DivClassName
{
background-color: #B5EDEC;
}
.BgClassName
{
background-color: #B5EDEC;
}
</style>
border-color css
<style>
span { border-color: #B5EDEC; }
span { border-color: rgb(181,237,236); }
td.TdClassName
{
border-color: #B5EDEC;
}
.TagClassName
{
border-color: #B5EDEC;
}
</style>