Shades of Pale Turquoise #B5ECED
Tints of Pale Turquoise #B5ECED
RGB
CMYK
RGB Variations
Color information
#B5ECED (or 0xB5ECED) is known color: Pale Turquoise. HEX triplet: B5, EC and ED. RGB value is (181,236,237). Sum of RGB (Red+Green+Blue) = 181+236+237=654 (86% of max value = 765). Red value is 181 (71.09% from 255 or 27.68% from 654); Green value is 236 (92.58% from 255 or 36.09% from 654); Blue value is 237 (92.97% from 255 or 36.24% from 654); Max value from RGB is 237 - color contains mainly: blue. Hex color #B5ECED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B5ECED is #4A1312. Grayscale: #DBDBDB. Windows color (decimal): -4854547 or 15592629. OLE color: 15592629.
HSL color Cylindrical-coordinate representation of color #B5ECED: hue angle of 181.07º 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 #B5ECED is Cyan = 0.24, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 181 | 236 | 237 | - |
CMYK | 0.24 | 0.00 | 0 | 0.07 |
HSL | 181.07º | 0.61% | 0.82% | - |
HSV(B) | 181.07º | 0.24% | 0.93% | - |
XYZ | 64.34 | 75.93 | 91.39 | - |
YUV | 219.67 | 137.78 | 100.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 236 | 237 | 0.24 | 0.00 | 0 | 0.07 | 181.07 | 0.61 | 0.82 |
Hex | B5 | EC | ED | 18 | 0 | 0 | 7 | B5 | 3D | 52 |
Octal | 265 | 354 | 355 | 30 | 0 | 0 | 7 | 265 | 75 | 122 |
Binary | 10110101 | 11101100 | 11101101 | 11000 | 0 | 0 | 111 | 10110101 | 111101 | 1010010 |
Color Harmonies of #B5ECED
Complementary color
Monochromatic Colors of #B5ECED
Black with #B5ECED
Text Example
Text Example
White with #B5ECED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5ECED; }
p { color: rgb(181,236,237); }
H1.HeaderClassName
{
color: #B5ECED;
}
.AnyTagClassName
{
color: #B5ECED;
}
</style>
background-color css
<style>
a { background-color: #B5ECED; }
a { background-color: rgb(181,236,237); }
div.DivClassName
{
background-color: #B5ECED;
}
.BgClassName
{
background-color: #B5ECED;
}
</style>
border-color css
<style>
span { border-color: #B5ECED; }
span { border-color: rgb(181,236,237); }
td.TdClassName
{
border-color: #B5ECED;
}
.TagClassName
{
border-color: #B5ECED;
}
</style>