Shades of Pale Turquoise #B2ECEC
Tints of Pale Turquoise #B2ECEC
RGB
CMYK
RGB Variations
Color information
#B2ECEC (or 0xB2ECEC) is known color: Pale Turquoise. HEX triplet: B2, EC and EC. RGB value is (178,236,236). Sum of RGB (Red+Green+Blue) = 178+236+236=650 (86% of max value = 765). Red value is 178 (69.92% from 255 or 27.38% from 650); Green value is 236 (92.58% from 255 or 36.31% from 650); Blue value is 236 (92.58% from 255 or 36.31% from 650); Max value from RGB is 236 - color contains mainly: green, blue. Hex color #B2ECEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B2ECEC is #4D1313. Grayscale: #DADADA. Windows color (decimal): -5051156 or 15527090. OLE color: 15527090.
HSL color Cylindrical-coordinate representation of color #B2ECEC: hue angle of 180º degrees, saturation: 0.6, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B2ECEC is Cyan = 0.25, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 178 | 236 | 236 | - |
CMYK | 0.25 | 0 | 0 | 0.07 |
HSL | 180º | 0.6% | 0.81% | - |
HSV(B) | 180º | 0.25% | 0.93% | - |
XYZ | 63.5 | 75.51 | 90.59 | - |
YUV | 218.66 | 137.78 | 99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 178 | 236 | 236 | 0.25 | 0 | 0 | 0.07 | 180 | 0.6 | 0.81 |
Hex | B2 | EC | EC | 19 | 0 | 0 | 7 | B4 | 3C | 51 |
Octal | 262 | 354 | 354 | 31 | 0 | 0 | 7 | 264 | 74 | 121 |
Binary | 10110010 | 11101100 | 11101100 | 11001 | 0 | 0 | 111 | 10110100 | 111100 | 1010001 |
Color Harmonies of #B2ECEC
Complementary color
Monochromatic Colors of #B2ECEC
Black with #B2ECEC
Text Example
Text Example
White with #B2ECEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2ECEC; }
p { color: rgb(178,236,236); }
H1.HeaderClassName
{
color: #B2ECEC;
}
.AnyTagClassName
{
color: #B2ECEC;
}
</style>
background-color css
<style>
a { background-color: #B2ECEC; }
a { background-color: rgb(178,236,236); }
div.DivClassName
{
background-color: #B2ECEC;
}
.BgClassName
{
background-color: #B2ECEC;
}
</style>
border-color css
<style>
span { border-color: #B2ECEC; }
span { border-color: rgb(178,236,236); }
td.TdClassName
{
border-color: #B2ECEC;
}
.TagClassName
{
border-color: #B2ECEC;
}
</style>