Shades of Pale Turquoise #B6F0EC
Tints of Pale Turquoise #B6F0EC
RGB
CMYK
RGB Variations
Color information
#B6F0EC (or 0xB6F0EC) is known color: Pale Turquoise. HEX triplet: B6, F0 and EC. RGB value is (182,240,236). Sum of RGB (Red+Green+Blue) = 182+240+236=658 (87% of max value = 765). Red value is 182 (71.48% from 255 or 27.66% from 658); Green value is 240 (94.14% from 255 or 36.47% from 658); Blue value is 236 (92.58% from 255 or 35.87% from 658); Max value from RGB is 240 - color contains mainly: green. Hex color #B6F0EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B6F0EC is #490F13. Grayscale: #DEDEDE. Windows color (decimal): -4787988 or 15528118. OLE color: 15528118.
HSL color Cylindrical-coordinate representation of color #B6F0EC: hue angle of 175.86º degrees, saturation: 0.66, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B6F0EC is Cyan = 0.24, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 182 | 240 | 236 | - |
| CMYK | 0.24 | 0 | 0.02 | 0.06 |
| HSL | 175.86º | 0.66% | 0.83% | - |
| HSV(B) | 175.86º | 0.24% | 0.94% | - |
| XYZ | 65.59 | 78.32 | 91.02 | - |
| YUV | 222.2 | 135.78 | 99.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 240 | 236 | 0.24 | 0 | 0.02 | 0.06 | 175.86 | 0.66 | 0.83 |
| Hex | B6 | F0 | EC | 18 | 0 | 2 | 6 | B0 | 42 | 53 |
| Octal | 266 | 360 | 354 | 30 | 0 | 2 | 6 | 260 | 102 | 123 |
| Binary | 10110110 | 11110000 | 11101100 | 11000 | 0 | 10 | 110 | 10110000 | 1000010 | 1010011 |
Color Harmonies of #B6F0EC
Complementary color
Monochromatic Colors of #B6F0EC
Black with #B6F0EC
Text Example
Text Example
White with #B6F0EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6F0EC; }
p { color: rgb(182,240,236); }
H1.HeaderClassName
{
color: #B6F0EC;
}
.AnyTagClassName
{
color: #B6F0EC;
}
</style>
background-color css
<style>
a { background-color: #B6F0EC; }
a { background-color: rgb(182,240,236); }
div.DivClassName
{
background-color: #B6F0EC;
}
.BgClassName
{
background-color: #B6F0EC;
}
</style>
border-color css
<style>
span { border-color: #B6F0EC; }
span { border-color: rgb(182,240,236); }
td.TdClassName
{
border-color: #B6F0EC;
}
.TagClassName
{
border-color: #B6F0EC;
}
</style>