Shades of Pale Turquoise #B5ECE7
Tints of Pale Turquoise #B5ECE7
RGB
CMYK
RGB Variations
Color information
#B5ECE7 (or 0xB5ECE7) is known color: Pale Turquoise. HEX triplet: B5, EC and E7. RGB value is (181,236,231). Sum of RGB (Red+Green+Blue) = 181+236+231=648 (85% of max value = 765). Red value is 181 (71.09% from 255 or 27.93% from 648); Green value is 236 (92.58% from 255 or 36.42% from 648); Blue value is 231 (90.62% from 255 or 35.65% from 648); Max value from RGB is 236 - color contains mainly: green. Hex color #B5ECE7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B5ECE7 is #4A1318. Grayscale: #DADADA. Windows color (decimal): -4854553 or 15199413. OLE color: 15199413.
HSL color Cylindrical-coordinate representation of color #B5ECE7: hue angle of 174.55º 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 #B5ECE7 is Cyan = 0.23, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
RGB | 181 | 236 | 231 | - |
CMYK | 0.23 | 0 | 0.02 | 0.07 |
HSL | 174.55º | 0.59% | 0.82% | - |
HSV(B) | 174.55º | 0.23% | 0.93% | - |
XYZ | 63.48 | 75.58 | 86.85 | - |
YUV | 218.99 | 134.78 | 100.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 236 | 231 | 0.23 | 0 | 0.02 | 0.07 | 174.55 | 0.59 | 0.82 |
Hex | B5 | EC | E7 | 17 | 0 | 2 | 7 | AF | 3B | 52 |
Octal | 265 | 354 | 347 | 27 | 0 | 2 | 7 | 257 | 73 | 122 |
Binary | 10110101 | 11101100 | 11100111 | 10111 | 0 | 10 | 111 | 10101111 | 111011 | 1010010 |
Color Harmonies of #B5ECE7
Complementary color
Monochromatic Colors of #B5ECE7
Black with #B5ECE7
Text Example
Text Example
White with #B5ECE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5ECE7; }
p { color: rgb(181,236,231); }
H1.HeaderClassName
{
color: #B5ECE7;
}
.AnyTagClassName
{
color: #B5ECE7;
}
</style>
background-color css
<style>
a { background-color: #B5ECE7; }
a { background-color: rgb(181,236,231); }
div.DivClassName
{
background-color: #B5ECE7;
}
.BgClassName
{
background-color: #B5ECE7;
}
</style>
border-color css
<style>
span { border-color: #B5ECE7; }
span { border-color: rgb(181,236,231); }
td.TdClassName
{
border-color: #B5ECE7;
}
.TagClassName
{
border-color: #B5ECE7;
}
</style>