Shades of Pale Turquoise #B5ECE6
Tints of Pale Turquoise #B5ECE6
RGB
CMYK
RGB Variations
Color information
#B5ECE6 (or 0xB5ECE6) is known color: Pale Turquoise. HEX triplet: B5, EC and E6. RGB value is (181,236,230). Sum of RGB (Red+Green+Blue) = 181+236+230=647 (85% of max value = 765). Red value is 181 (71.09% from 255 or 27.98% from 647); Green value is 236 (92.58% from 255 or 36.48% from 647); Blue value is 230 (90.23% from 255 or 35.55% from 647); Max value from RGB is 236 - color contains mainly: green. Hex color #B5ECE6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B5ECE6 is #4A1319. Grayscale: #DADADA. Windows color (decimal): -4854554 or 15133877. OLE color: 15133877.
HSL color Cylindrical-coordinate representation of color #B5ECE6: hue angle of 173.45º 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 #B5ECE6 is Cyan = 0.23, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
RGB | 181 | 236 | 230 | - |
CMYK | 0.23 | 0 | 0.03 | 0.07 |
HSL | 173.45º | 0.59% | 0.82% | - |
HSV(B) | 173.45º | 0.23% | 0.93% | - |
XYZ | 63.33 | 75.53 | 86.1 | - |
YUV | 218.87 | 134.28 | 100.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 236 | 230 | 0.23 | 0 | 0.03 | 0.07 | 173.45 | 0.59 | 0.82 |
Hex | B5 | EC | E6 | 17 | 0 | 3 | 7 | AD | 3B | 52 |
Octal | 265 | 354 | 346 | 27 | 0 | 3 | 7 | 255 | 73 | 122 |
Binary | 10110101 | 11101100 | 11100110 | 10111 | 0 | 11 | 111 | 10101101 | 111011 | 1010010 |
Color Harmonies of #B5ECE6
Complementary color
Monochromatic Colors of #B5ECE6
Black with #B5ECE6
Text Example
Text Example
White with #B5ECE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5ECE6; }
p { color: rgb(181,236,230); }
H1.HeaderClassName
{
color: #B5ECE6;
}
.AnyTagClassName
{
color: #B5ECE6;
}
</style>
background-color css
<style>
a { background-color: #B5ECE6; }
a { background-color: rgb(181,236,230); }
div.DivClassName
{
background-color: #B5ECE6;
}
.BgClassName
{
background-color: #B5ECE6;
}
</style>
border-color css
<style>
span { border-color: #B5ECE6; }
span { border-color: rgb(181,236,230); }
td.TdClassName
{
border-color: #B5ECE6;
}
.TagClassName
{
border-color: #B5ECE6;
}
</style>