Shades of Pale Turquoise #A6FFED
Tints of Pale Turquoise #A6FFED
RGB
CMYK
RGB Variations
Color information
#A6FFED (or 0xA6FFED) is known color: Pale Turquoise. HEX triplet: A6, FF and ED. RGB value is (166,255,237). Sum of RGB (Red+Green+Blue) = 166+255+237=658 (87% of max value = 765). Red value is 166 (65.23% from 255 or 25.23% from 658); Green value is 255 (100% from 255 or 38.75% from 658); Blue value is 237 (92.97% from 255 or 36.02% from 658); Max value from RGB is 255 - color contains mainly: green. Hex color #A6FFED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A6FFED is #590012. Grayscale: #E2E2E2. Windows color (decimal): -5832723 or 15597478. OLE color: 15597478.
HSL color Cylindrical-coordinate representation of color #A6FFED: hue angle of 167.87º 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 #A6FFED is Cyan = 0.35, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 166 | 255 | 237 | - |
| CMYK | 0.35 | 0 | 0.07 | 0 |
| HSL | 167.87º | 1% | 0.83% | - |
| HSV(B) | 167.87º | 0.35% | 1% | - |
| XYZ | 66.77 | 85.74 | 93.15 | - |
| YUV | 226.34 | 134.01 | 84.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 255 | 237 | 0.35 | 0 | 0.07 | 0 | 167.87 | 1 | 0.83 |
| Hex | A6 | FF | ED | 23 | 0 | 7 | 0 | A8 | 64 | 53 |
| Octal | 246 | 377 | 355 | 43 | 0 | 7 | 0 | 250 | 144 | 123 |
| Binary | 10100110 | 11111111 | 11101101 | 100011 | 0 | 111 | 0 | 10101000 | 1100100 | 1010011 |
Color Harmonies of #A6FFED
Complementary color
Monochromatic Colors of #A6FFED
Black with #A6FFED
Text Example
Text Example
White with #A6FFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6FFED; }
p { color: rgb(166,255,237); }
H1.HeaderClassName
{
color: #A6FFED;
}
.AnyTagClassName
{
color: #A6FFED;
}
</style>
background-color css
<style>
a { background-color: #A6FFED; }
a { background-color: rgb(166,255,237); }
div.DivClassName
{
background-color: #A6FFED;
}
.BgClassName
{
background-color: #A6FFED;
}
</style>
border-color css
<style>
span { border-color: #A6FFED; }
span { border-color: rgb(166,255,237); }
td.TdClassName
{
border-color: #A6FFED;
}
.TagClassName
{
border-color: #A6FFED;
}
</style>