Shades of Pale Turquoise #A6F7EE
Tints of Pale Turquoise #A6F7EE
RGB
CMYK
RGB Variations
Color information
#A6F7EE (or 0xA6F7EE) is known color: Pale Turquoise. HEX triplet: A6, F7 and EE. RGB value is (166,247,238). Sum of RGB (Red+Green+Blue) = 166+247+238=651 (86% of max value = 765). Red value is 166 (65.23% from 255 or 25.50% from 651); Green value is 247 (96.88% from 255 or 37.94% from 651); Blue value is 238 (93.36% from 255 or 36.56% from 651); Max value from RGB is 247 - color contains mainly: green. Hex color #A6F7EE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A6F7EE is #590811. Grayscale: #DDDDDD. Windows color (decimal): -5834770 or 15660966. OLE color: 15660966.
HSL color Cylindrical-coordinate representation of color #A6F7EE: hue angle of 173.33º degrees, saturation: 0.84, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A6F7EE is Cyan = 0.33, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 166 | 247 | 238 | - |
| CMYK | 0.33 | 0 | 0.04 | 0.03 |
| HSL | 173.33º | 0.84% | 0.81% | - |
| HSV(B) | 173.33º | 0.33% | 0.97% | - |
| XYZ | 64.42 | 80.8 | 93.09 | - |
| YUV | 221.76 | 137.16 | 88.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 247 | 238 | 0.33 | 0 | 0.04 | 0.03 | 173.33 | 0.84 | 0.81 |
| Hex | A6 | F7 | EE | 21 | 0 | 4 | 3 | AD | 54 | 51 |
| Octal | 246 | 367 | 356 | 41 | 0 | 4 | 3 | 255 | 124 | 121 |
| Binary | 10100110 | 11110111 | 11101110 | 100001 | 0 | 100 | 11 | 10101101 | 1010100 | 1010001 |
Color Harmonies of #A6F7EE
Complementary color
Monochromatic Colors of #A6F7EE
Black with #A6F7EE
Text Example
Text Example
White with #A6F7EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6F7EE; }
p { color: rgb(166,247,238); }
H1.HeaderClassName
{
color: #A6F7EE;
}
.AnyTagClassName
{
color: #A6F7EE;
}
</style>
background-color css
<style>
a { background-color: #A6F7EE; }
a { background-color: rgb(166,247,238); }
div.DivClassName
{
background-color: #A6F7EE;
}
.BgClassName
{
background-color: #A6F7EE;
}
</style>
border-color css
<style>
span { border-color: #A6F7EE; }
span { border-color: rgb(166,247,238); }
td.TdClassName
{
border-color: #A6F7EE;
}
.TagClassName
{
border-color: #A6F7EE;
}
</style>