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