Shades of Pale Turquoise #B6ECEC
Tints of Pale Turquoise #B6ECEC
RGB
CMYK
RGB Variations
Color information
#B6ECEC (or 0xB6ECEC) is known color: Pale Turquoise. HEX triplet: B6, EC and EC. RGB value is (182,236,236). Sum of RGB (Red+Green+Blue) = 182+236+236=654 (86% of max value = 765). Red value is 182 (71.48% from 255 or 27.83% from 654); Green value is 236 (92.58% from 255 or 36.09% from 654); Blue value is 236 (92.58% from 255 or 36.09% from 654); Max value from RGB is 236 - color contains mainly: green, blue. Hex color #B6ECEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B6ECEC is #491313. Grayscale: #DBDBDB. Windows color (decimal): -4789012 or 15527094. OLE color: 15527094.
HSL color Cylindrical-coordinate representation of color #B6ECEC: hue angle of 180º 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 #B6ECEC is Cyan = 0.23, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 182 | 236 | 236 | - |
CMYK | 0.23 | 0 | 0 | 0.07 |
HSL | 180º | 0.59% | 0.82% | - |
HSV(B) | 180º | 0.23% | 0.93% | - |
XYZ | 64.43 | 75.99 | 90.63 | - |
YUV | 219.85 | 137.11 | 101 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 182 | 236 | 236 | 0.23 | 0 | 0 | 0.07 | 180 | 0.59 | 0.82 |
Hex | B6 | EC | EC | 17 | 0 | 0 | 7 | B4 | 3B | 52 |
Octal | 266 | 354 | 354 | 27 | 0 | 0 | 7 | 264 | 73 | 122 |
Binary | 10110110 | 11101100 | 11101100 | 10111 | 0 | 0 | 111 | 10110100 | 111011 | 1010010 |
Color Harmonies of #B6ECEC
Complementary color
Monochromatic Colors of #B6ECEC
Black with #B6ECEC
Text Example
Text Example
White with #B6ECEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6ECEC; }
p { color: rgb(182,236,236); }
H1.HeaderClassName
{
color: #B6ECEC;
}
.AnyTagClassName
{
color: #B6ECEC;
}
</style>
background-color css
<style>
a { background-color: #B6ECEC; }
a { background-color: rgb(182,236,236); }
div.DivClassName
{
background-color: #B6ECEC;
}
.BgClassName
{
background-color: #B6ECEC;
}
</style>
border-color css
<style>
span { border-color: #B6ECEC; }
span { border-color: rgb(182,236,236); }
td.TdClassName
{
border-color: #B6ECEC;
}
.TagClassName
{
border-color: #B6ECEC;
}
</style>