Shades of Pale Turquoise #B0ECEC
Tints of Pale Turquoise #B0ECEC
RGB
CMYK
RGB Variations
Color information
#B0ECEC (or 0xB0ECEC) is known color: Pale Turquoise. HEX triplet: B0, EC and EC. RGB value is (176,236,236). Sum of RGB (Red+Green+Blue) = 176+236+236=648 (85% of max value = 765). Red value is 176 (69.14% from 255 or 27.16% from 648); Green value is 236 (92.58% from 255 or 36.42% from 648); Blue value is 236 (92.58% from 255 or 36.42% from 648); Max value from RGB is 236 - color contains mainly: green, blue. Hex color #B0ECEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B0ECEC is #4F1313. Grayscale: #D9D9D9. Windows color (decimal): -5182228 or 15527088. OLE color: 15527088.
HSL color Cylindrical-coordinate representation of color #B0ECEC: hue angle of 180º degrees, saturation: 0.61, 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 #B0ECEC is Cyan = 0.25, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 176 | 236 | 236 | - |
| CMYK | 0.25 | 0 | 0 | 0.07 |
| HSL | 180º | 0.61% | 0.81% | - |
| HSV(B) | 180º | 0.25% | 0.93% | - |
| XYZ | 63.04 | 75.28 | 90.56 | - |
| YUV | 218.06 | 138.12 | 98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 236 | 236 | 0.25 | 0 | 0 | 0.07 | 180 | 0.61 | 0.81 |
| Hex | B0 | EC | EC | 19 | 0 | 0 | 7 | B4 | 3D | 51 |
| Octal | 260 | 354 | 354 | 31 | 0 | 0 | 7 | 264 | 75 | 121 |
| Binary | 10110000 | 11101100 | 11101100 | 11001 | 0 | 0 | 111 | 10110100 | 111101 | 1010001 |
Color Harmonies of #B0ECEC
Complementary color
Monochromatic Colors of #B0ECEC
Black with #B0ECEC
Text Example
Text Example
White with #B0ECEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0ECEC; }
p { color: rgb(176,236,236); }
H1.HeaderClassName
{
color: #B0ECEC;
}
.AnyTagClassName
{
color: #B0ECEC;
}
</style>
background-color css
<style>
a { background-color: #B0ECEC; }
a { background-color: rgb(176,236,236); }
div.DivClassName
{
background-color: #B0ECEC;
}
.BgClassName
{
background-color: #B0ECEC;
}
</style>
border-color css
<style>
span { border-color: #B0ECEC; }
span { border-color: rgb(176,236,236); }
td.TdClassName
{
border-color: #B0ECEC;
}
.TagClassName
{
border-color: #B0ECEC;
}
</style>