Shades of Pale Turquoise #B2ECFC
Tints of Pale Turquoise #B2ECFC
RGB
CMYK
RGB Variations
Color information
#B2ECFC (or 0xB2ECFC) is known color: Pale Turquoise. HEX triplet: B2, EC and FC. RGB value is (178,236,252). Sum of RGB (Red+Green+Blue) = 178+236+252=666 (88% of max value = 765). Red value is 178 (69.92% from 255 or 26.73% from 666); Green value is 236 (92.58% from 255 or 35.44% from 666); Blue value is 252 (98.83% from 255 or 37.84% from 666); Max value from RGB is 252 - color contains mainly: blue. Hex color #B2ECFC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B2ECFC is #4D1303. Grayscale: #DCDCDC. Windows color (decimal): -5051140 or 16575666. OLE color: 16575666.
HSL color Cylindrical-coordinate representation of color #B2ECFC: hue angle of 192.97º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B2ECFC is Cyan = 0.29, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 178 | 236 | 252 | - |
CMYK | 0.29 | 0.06 | 0 | 0.01 |
HSL | 192.97º | 0.93% | 0.84% | - |
HSV(B) | 192.97º | 0.29% | 0.99% | - |
XYZ | 65.93 | 76.48 | 103.38 | - |
YUV | 220.48 | 145.78 | 97.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 178 | 236 | 252 | 0.29 | 0.06 | 0 | 0.01 | 192.97 | 0.93 | 0.84 |
Hex | B2 | EC | FC | 1D | 6 | 0 | 1 | C1 | 5C | 54 |
Octal | 262 | 354 | 374 | 35 | 6 | 0 | 1 | 301 | 134 | 124 |
Binary | 10110010 | 11101100 | 11111100 | 11101 | 110 | 0 | 1 | 11000001 | 1011100 | 1010100 |
Color Harmonies of #B2ECFC
Complementary color
Monochromatic Colors of #B2ECFC
Black with #B2ECFC
Text Example
Text Example
White with #B2ECFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2ECFC; }
p { color: rgb(178,236,252); }
H1.HeaderClassName
{
color: #B2ECFC;
}
.AnyTagClassName
{
color: #B2ECFC;
}
</style>
background-color css
<style>
a { background-color: #B2ECFC; }
a { background-color: rgb(178,236,252); }
div.DivClassName
{
background-color: #B2ECFC;
}
.BgClassName
{
background-color: #B2ECFC;
}
</style>
border-color css
<style>
span { border-color: #B2ECFC; }
span { border-color: rgb(178,236,252); }
td.TdClassName
{
border-color: #B2ECFC;
}
.TagClassName
{
border-color: #B2ECFC;
}
</style>