Shades of Pale Turquoise #A6FFEE
Tints of Pale Turquoise #A6FFEE
RGB
CMYK
RGB Variations
Color information
#A6FFEE (or 0xA6FFEE) is known color: Pale Turquoise. HEX triplet: A6, FF and EE. RGB value is (166,255,238). Sum of RGB (Red+Green+Blue) = 166+255+238=659 (87% of max value = 765). Red value is 166 (65.23% from 255 or 25.19% from 659); Green value is 255 (100% from 255 or 38.69% from 659); Blue value is 238 (93.36% from 255 or 36.12% from 659); Max value from RGB is 255 - color contains mainly: green. Hex color #A6FFEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A6FFEE is #590011. Grayscale: #E2E2E2. Windows color (decimal): -5832722 or 15663014. OLE color: 15663014.
HSL color Cylindrical-coordinate representation of color #A6FFEE: hue angle of 168.54º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A6FFEE is Cyan = 0.35, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 166 | 255 | 238 | - |
| CMYK | 0.35 | 0 | 0.07 | 0 |
| HSL | 168.54º | 1% | 0.83% | - |
| HSV(B) | 168.54º | 0.35% | 1% | - |
| XYZ | 66.92 | 85.8 | 93.92 | - |
| YUV | 226.45 | 134.51 | 84.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 255 | 238 | 0.35 | 0 | 0.07 | 0 | 168.54 | 1 | 0.83 |
| Hex | A6 | FF | EE | 23 | 0 | 7 | 0 | A9 | 64 | 53 |
| Octal | 246 | 377 | 356 | 43 | 0 | 7 | 0 | 251 | 144 | 123 |
| Binary | 10100110 | 11111111 | 11101110 | 100011 | 0 | 111 | 0 | 10101001 | 1100100 | 1010011 |
Color Harmonies of #A6FFEE
Complementary color
Monochromatic Colors of #A6FFEE
Black with #A6FFEE
Text Example
Text Example
White with #A6FFEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6FFEE; }
p { color: rgb(166,255,238); }
H1.HeaderClassName
{
color: #A6FFEE;
}
.AnyTagClassName
{
color: #A6FFEE;
}
</style>
background-color css
<style>
a { background-color: #A6FFEE; }
a { background-color: rgb(166,255,238); }
div.DivClassName
{
background-color: #A6FFEE;
}
.BgClassName
{
background-color: #A6FFEE;
}
</style>
border-color css
<style>
span { border-color: #A6FFEE; }
span { border-color: rgb(166,255,238); }
td.TdClassName
{
border-color: #A6FFEE;
}
.TagClassName
{
border-color: #A6FFEE;
}
</style>