Shades of Pale Turquoise #B3ECEC
Tints of Pale Turquoise #B3ECEC
RGB
CMYK
RGB Variations
Color information
#B3ECEC (or 0xB3ECEC) is known color: Pale Turquoise. HEX triplet: B3, EC and EC. RGB value is (179,236,236). Sum of RGB (Red+Green+Blue) = 179+236+236=651 (86% of max value = 765). Red value is 179 (70.31% from 255 or 27.50% from 651); Green value is 236 (92.58% from 255 or 36.25% from 651); Blue value is 236 (92.58% from 255 or 36.25% from 651); Max value from RGB is 236 - color contains mainly: green, blue. Hex color #B3ECEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B3ECEC is #4C1313. Grayscale: #DADADA. Windows color (decimal): -4985620 or 15527091. OLE color: 15527091.
HSL color Cylindrical-coordinate representation of color #B3ECEC: 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.24%. Process color model (Four color, CMYK) of #B3ECEC is Cyan = 0.24, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 179 | 236 | 236 | - |
| CMYK | 0.24 | 0 | 0 | 0.07 |
| HSL | 180º | 0.6% | 0.81% | - |
| HSV(B) | 180º | 0.24% | 0.93% | - |
| XYZ | 63.73 | 75.63 | 90.6 | - |
| YUV | 218.96 | 137.62 | 99.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 236 | 236 | 0.24 | 0 | 0 | 0.07 | 180 | 0.6 | 0.81 |
| Hex | B3 | EC | EC | 18 | 0 | 0 | 7 | B4 | 3C | 51 |
| Octal | 263 | 354 | 354 | 30 | 0 | 0 | 7 | 264 | 74 | 121 |
| Binary | 10110011 | 11101100 | 11101100 | 11000 | 0 | 0 | 111 | 10110100 | 111100 | 1010001 |
Color Harmonies of #B3ECEC
Complementary color
Monochromatic Colors of #B3ECEC
Black with #B3ECEC
Text Example
Text Example
White with #B3ECEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3ECEC; }
p { color: rgb(179,236,236); }
H1.HeaderClassName
{
color: #B3ECEC;
}
.AnyTagClassName
{
color: #B3ECEC;
}
</style>
background-color css
<style>
a { background-color: #B3ECEC; }
a { background-color: rgb(179,236,236); }
div.DivClassName
{
background-color: #B3ECEC;
}
.BgClassName
{
background-color: #B3ECEC;
}
</style>
border-color css
<style>
span { border-color: #B3ECEC; }
span { border-color: rgb(179,236,236); }
td.TdClassName
{
border-color: #B3ECEC;
}
.TagClassName
{
border-color: #B3ECEC;
}
</style>