Shades of Pale Turquoise #A6F2E7
Tints of Pale Turquoise #A6F2E7
RGB
CMYK
RGB Variations
Color information
#A6F2E7 (or 0xA6F2E7) is known color: Pale Turquoise. HEX triplet: A6, F2 and E7. RGB value is (166,242,231). Sum of RGB (Red+Green+Blue) = 166+242+231=639 (84% of max value = 765). Red value is 166 (65.23% from 255 or 25.98% from 639); Green value is 242 (94.92% from 255 or 37.87% from 639); Blue value is 231 (90.62% from 255 or 36.15% from 639); Max value from RGB is 242 - color contains mainly: green. Hex color #A6F2E7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A6F2E7 is #590D18. Grayscale: #D9D9D9. Windows color (decimal): -5836057 or 15200934. OLE color: 15200934.
HSL color Cylindrical-coordinate representation of color #A6F2E7: hue angle of 171.32º degrees, saturation: 0.75, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A6F2E7 is Cyan = 0.31, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 166 | 242 | 231 | - |
| CMYK | 0.31 | 0 | 0.05 | 0.05 |
| HSL | 171.32º | 0.75% | 0.8% | - |
| HSV(B) | 171.32º | 0.31% | 0.95% | - |
| XYZ | 61.9 | 77.38 | 87.27 | - |
| YUV | 218.02 | 135.32 | 90.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 242 | 231 | 0.31 | 0 | 0.05 | 0.05 | 171.32 | 0.75 | 0.8 |
| Hex | A6 | F2 | E7 | 1F | 0 | 5 | 5 | AB | 4B | 50 |
| Octal | 246 | 362 | 347 | 37 | 0 | 5 | 5 | 253 | 113 | 120 |
| Binary | 10100110 | 11110010 | 11100111 | 11111 | 0 | 101 | 101 | 10101011 | 1001011 | 1010000 |
Color Harmonies of #A6F2E7
Complementary color
Monochromatic Colors of #A6F2E7
Black with #A6F2E7
Text Example
Text Example
White with #A6F2E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6F2E7; }
p { color: rgb(166,242,231); }
H1.HeaderClassName
{
color: #A6F2E7;
}
.AnyTagClassName
{
color: #A6F2E7;
}
</style>
background-color css
<style>
a { background-color: #A6F2E7; }
a { background-color: rgb(166,242,231); }
div.DivClassName
{
background-color: #A6F2E7;
}
.BgClassName
{
background-color: #A6F2E7;
}
</style>
border-color css
<style>
span { border-color: #A6F2E7; }
span { border-color: rgb(166,242,231); }
td.TdClassName
{
border-color: #A6F2E7;
}
.TagClassName
{
border-color: #A6F2E7;
}
</style>