Shades of Pale Turquoise #B6E8EC
Tints of Pale Turquoise #B6E8EC
RGB
CMYK
RGB Variations
Color information
#B6E8EC (or 0xB6E8EC) is known color: Pale Turquoise. HEX triplet: B6, E8 and EC. RGB value is (182,232,236). Sum of RGB (Red+Green+Blue) = 182+232+236=650 (86% of max value = 765). Red value is 182 (71.48% from 255 or 28% from 650); Green value is 232 (91.02% from 255 or 35.69% from 650); Blue value is 236 (92.58% from 255 or 36.31% from 650); Max value from RGB is 236 - color contains mainly: blue. Hex color #B6E8EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B6E8EC is #491713. Grayscale: #D9D9D9. Windows color (decimal): -4790036 or 15526070. OLE color: 15526070.
HSL color Cylindrical-coordinate representation of color #B6E8EC: hue angle of 184.44º degrees, saturation: 0.59, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B6E8EC is Cyan = 0.23, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 182 | 232 | 236 | - |
| CMYK | 0.23 | 0.02 | 0 | 0.07 |
| HSL | 184.44º | 0.59% | 0.82% | - |
| HSV(B) | 184.44º | 0.23% | 0.93% | - |
| XYZ | 63.29 | 73.71 | 90.25 | - |
| YUV | 217.51 | 138.44 | 102.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 232 | 236 | 0.23 | 0.02 | 0 | 0.07 | 184.44 | 0.59 | 0.82 |
| Hex | B6 | E8 | EC | 17 | 2 | 0 | 7 | B8 | 3B | 52 |
| Octal | 266 | 350 | 354 | 27 | 2 | 0 | 7 | 270 | 73 | 122 |
| Binary | 10110110 | 11101000 | 11101100 | 10111 | 10 | 0 | 111 | 10111000 | 111011 | 1010010 |
Color Harmonies of #B6E8EC
Complementary color
Monochromatic Colors of #B6E8EC
Black with #B6E8EC
Text Example
Text Example
White with #B6E8EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6E8EC; }
p { color: rgb(182,232,236); }
H1.HeaderClassName
{
color: #B6E8EC;
}
.AnyTagClassName
{
color: #B6E8EC;
}
</style>
background-color css
<style>
a { background-color: #B6E8EC; }
a { background-color: rgb(182,232,236); }
div.DivClassName
{
background-color: #B6E8EC;
}
.BgClassName
{
background-color: #B6E8EC;
}
</style>
border-color css
<style>
span { border-color: #B6E8EC; }
span { border-color: rgb(182,232,236); }
td.TdClassName
{
border-color: #B6E8EC;
}
.TagClassName
{
border-color: #B6E8EC;
}
</style>