Shades of Pale Turquoise #A6FAEF
Tints of Pale Turquoise #A6FAEF
RGB
CMYK
RGB Variations
Color information
#A6FAEF (or 0xA6FAEF) is known color: Pale Turquoise. HEX triplet: A6, FA and EF. RGB value is (166,250,239). Sum of RGB (Red+Green+Blue) = 166+250+239=655 (86% of max value = 765). Red value is 166 (65.23% from 255 or 25.34% from 655); Green value is 250 (98.05% from 255 or 38.17% from 655); Blue value is 239 (93.75% from 255 or 36.49% from 655); Max value from RGB is 250 - color contains mainly: green. Hex color #A6FAEF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A6FAEF is #590510. Grayscale: #DFDFDF. Windows color (decimal): -5834001 or 15727270. OLE color: 15727270.
HSL color Cylindrical-coordinate representation of color #A6FAEF: hue angle of 172.14º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A6FAEF is Cyan = 0.34, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 166 | 250 | 239 | - |
| CMYK | 0.34 | 0 | 0.04 | 0.02 |
| HSL | 172.14º | 0.89% | 0.82% | - |
| HSV(B) | 172.14º | 0.34% | 0.98% | - |
| XYZ | 65.49 | 82.71 | 94.17 | - |
| YUV | 223.63 | 136.67 | 86.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 250 | 239 | 0.34 | 0 | 0.04 | 0.02 | 172.14 | 0.89 | 0.82 |
| Hex | A6 | FA | EF | 22 | 0 | 4 | 2 | AC | 59 | 52 |
| Octal | 246 | 372 | 357 | 42 | 0 | 4 | 2 | 254 | 131 | 122 |
| Binary | 10100110 | 11111010 | 11101111 | 100010 | 0 | 100 | 10 | 10101100 | 1011001 | 1010010 |
Color Harmonies of #A6FAEF
Complementary color
Monochromatic Colors of #A6FAEF
Black with #A6FAEF
Text Example
Text Example
White with #A6FAEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6FAEF; }
p { color: rgb(166,250,239); }
H1.HeaderClassName
{
color: #A6FAEF;
}
.AnyTagClassName
{
color: #A6FAEF;
}
</style>
background-color css
<style>
a { background-color: #A6FAEF; }
a { background-color: rgb(166,250,239); }
div.DivClassName
{
background-color: #A6FAEF;
}
.BgClassName
{
background-color: #A6FAEF;
}
</style>
border-color css
<style>
span { border-color: #A6FAEF; }
span { border-color: rgb(166,250,239); }
td.TdClassName
{
border-color: #A6FAEF;
}
.TagClassName
{
border-color: #A6FAEF;
}
</style>