Shades of Pale Turquoise #B3ECE8
Tints of Pale Turquoise #B3ECE8
RGB
CMYK
RGB Variations
Color information
#B3ECE8 (or 0xB3ECE8) is known color: Pale Turquoise. HEX triplet: B3, EC and E8. RGB value is (179,236,232). Sum of RGB (Red+Green+Blue) = 179+236+232=647 (85% of max value = 765). Red value is 179 (70.31% from 255 or 27.67% from 647); Green value is 236 (92.58% from 255 or 36.48% from 647); Blue value is 232 (91.02% from 255 or 35.86% from 647); Max value from RGB is 236 - color contains mainly: green. Hex color #B3ECE8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B3ECE8 is #4C1317. Grayscale: #DADADA. Windows color (decimal): -4985624 or 15264947. OLE color: 15264947.
HSL color Cylindrical-coordinate representation of color #B3ECE8: hue angle of 175.79º 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 #B3ECE8 is Cyan = 0.24, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 179 | 236 | 232 | - |
| CMYK | 0.24 | 0 | 0.02 | 0.07 |
| HSL | 175.79º | 0.6% | 0.81% | - |
| HSV(B) | 175.79º | 0.24% | 0.93% | - |
| XYZ | 63.15 | 75.4 | 87.57 | - |
| YUV | 218.5 | 135.62 | 99.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 236 | 232 | 0.24 | 0 | 0.02 | 0.07 | 175.79 | 0.6 | 0.81 |
| Hex | B3 | EC | E8 | 18 | 0 | 2 | 7 | B0 | 3C | 51 |
| Octal | 263 | 354 | 350 | 30 | 0 | 2 | 7 | 260 | 74 | 121 |
| Binary | 10110011 | 11101100 | 11101000 | 11000 | 0 | 10 | 111 | 10110000 | 111100 | 1010001 |
Color Harmonies of #B3ECE8
Complementary color
Monochromatic Colors of #B3ECE8
Black with #B3ECE8
Text Example
Text Example
White with #B3ECE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3ECE8; }
p { color: rgb(179,236,232); }
H1.HeaderClassName
{
color: #B3ECE8;
}
.AnyTagClassName
{
color: #B3ECE8;
}
</style>
background-color css
<style>
a { background-color: #B3ECE8; }
a { background-color: rgb(179,236,232); }
div.DivClassName
{
background-color: #B3ECE8;
}
.BgClassName
{
background-color: #B3ECE8;
}
</style>
border-color css
<style>
span { border-color: #B3ECE8; }
span { border-color: rgb(179,236,232); }
td.TdClassName
{
border-color: #B3ECE8;
}
.TagClassName
{
border-color: #B3ECE8;
}
</style>