Shades of Pale Turquoise #B6F5EC
Tints of Pale Turquoise #B6F5EC
RGB
CMYK
RGB Variations
Color information
#B6F5EC (or 0xB6F5EC) is known color: Pale Turquoise. HEX triplet: B6, F5 and EC. RGB value is (182,245,236). Sum of RGB (Red+Green+Blue) = 182+245+236=663 (87% of max value = 765). Red value is 182 (71.48% from 255 or 27.45% from 663); Green value is 245 (96.09% from 255 or 36.95% from 663); Blue value is 236 (92.58% from 255 or 35.60% from 663); Max value from RGB is 245 - color contains mainly: green. Hex color #B6F5EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B6F5EC is #490A13. Grayscale: #E1E1E1. Windows color (decimal): -4786708 or 15529398. OLE color: 15529398.
HSL color Cylindrical-coordinate representation of color #B6F5EC: hue angle of 171.43º degrees, saturation: 0.76, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B6F5EC is Cyan = 0.26, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 182 | 245 | 236 | - |
| CMYK | 0.26 | 0 | 0.04 | 0.04 |
| HSL | 171.43º | 0.76% | 0.84% | - |
| HSV(B) | 171.43º | 0.26% | 0.96% | - |
| XYZ | 67.08 | 81.31 | 91.51 | - |
| YUV | 225.14 | 134.13 | 97.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 245 | 236 | 0.26 | 0 | 0.04 | 0.04 | 171.43 | 0.76 | 0.84 |
| Hex | B6 | F5 | EC | 1A | 0 | 4 | 4 | AB | 4C | 54 |
| Octal | 266 | 365 | 354 | 32 | 0 | 4 | 4 | 253 | 114 | 124 |
| Binary | 10110110 | 11110101 | 11101100 | 11010 | 0 | 100 | 100 | 10101011 | 1001100 | 1010100 |
Color Harmonies of #B6F5EC
Complementary color
Monochromatic Colors of #B6F5EC
Black with #B6F5EC
Text Example
Text Example
White with #B6F5EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6F5EC; }
p { color: rgb(182,245,236); }
H1.HeaderClassName
{
color: #B6F5EC;
}
.AnyTagClassName
{
color: #B6F5EC;
}
</style>
background-color css
<style>
a { background-color: #B6F5EC; }
a { background-color: rgb(182,245,236); }
div.DivClassName
{
background-color: #B6F5EC;
}
.BgClassName
{
background-color: #B6F5EC;
}
</style>
border-color css
<style>
span { border-color: #B6F5EC; }
span { border-color: rgb(182,245,236); }
td.TdClassName
{
border-color: #B6F5EC;
}
.TagClassName
{
border-color: #B6F5EC;
}
</style>