Shades of Pale Turquoise #A6F6F0
Tints of Pale Turquoise #A6F6F0
RGB
CMYK
RGB Variations
Color information
#A6F6F0 (or 0xA6F6F0) is known color: Pale Turquoise. HEX triplet: A6, F6 and F0. RGB value is (166,246,240). Sum of RGB (Red+Green+Blue) = 166+246+240=652 (86% of max value = 765). Red value is 166 (65.23% from 255 or 25.46% from 652); Green value is 246 (96.48% from 255 or 37.73% from 652); Blue value is 240 (94.14% from 255 or 36.81% from 652); Max value from RGB is 246 - color contains mainly: green. Hex color #A6F6F0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A6F6F0 is #59090F. Grayscale: #DDDDDD. Windows color (decimal): -5835024 or 15791782. OLE color: 15791782.
HSL color Cylindrical-coordinate representation of color #A6F6F0: hue angle of 175.5º degrees, saturation: 0.82, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A6F6F0 is Cyan = 0.33, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 166 | 246 | 240 | - |
| CMYK | 0.33 | 0 | 0.02 | 0.04 |
| HSL | 175.5º | 0.82% | 0.81% | - |
| HSV(B) | 175.5º | 0.33% | 0.96% | - |
| XYZ | 64.41 | 80.31 | 94.54 | - |
| YUV | 221.4 | 138.5 | 88.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 246 | 240 | 0.33 | 0 | 0.02 | 0.04 | 175.5 | 0.82 | 0.81 |
| Hex | A6 | F6 | F0 | 21 | 0 | 2 | 4 | B0 | 52 | 51 |
| Octal | 246 | 366 | 360 | 41 | 0 | 2 | 4 | 260 | 122 | 121 |
| Binary | 10100110 | 11110110 | 11110000 | 100001 | 0 | 10 | 100 | 10110000 | 1010010 | 1010001 |
Color Harmonies of #A6F6F0
Complementary color
Monochromatic Colors of #A6F6F0
Black with #A6F6F0
Text Example
Text Example
White with #A6F6F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6F6F0; }
p { color: rgb(166,246,240); }
H1.HeaderClassName
{
color: #A6F6F0;
}
.AnyTagClassName
{
color: #A6F6F0;
}
</style>
background-color css
<style>
a { background-color: #A6F6F0; }
a { background-color: rgb(166,246,240); }
div.DivClassName
{
background-color: #A6F6F0;
}
.BgClassName
{
background-color: #A6F6F0;
}
</style>
border-color css
<style>
span { border-color: #A6F6F0; }
span { border-color: rgb(166,246,240); }
td.TdClassName
{
border-color: #A6F6F0;
}
.TagClassName
{
border-color: #A6F6F0;
}
</style>