Shades of Pale Turquoise #A6F1EA
Tints of Pale Turquoise #A6F1EA
RGB
CMYK
RGB Variations
Color information
#A6F1EA (or 0xA6F1EA) is known color: Pale Turquoise. HEX triplet: A6, F1 and EA. RGB value is (166,241,234). Sum of RGB (Red+Green+Blue) = 166+241+234=641 (84% of max value = 765). Red value is 166 (65.23% from 255 or 25.90% from 641); Green value is 241 (94.53% from 255 or 37.60% from 641); Blue value is 234 (91.80% from 255 or 36.51% from 641); Max value from RGB is 241 - color contains mainly: green. Hex color #A6F1EA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A6F1EA is #590E15. Grayscale: #D9D9D9. Windows color (decimal): -5836310 or 15397286. OLE color: 15397286.
HSL color Cylindrical-coordinate representation of color #A6F1EA: hue angle of 174.4º degrees, saturation: 0.73, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A6F1EA is Cyan = 0.31, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 166 | 241 | 234 | - |
| CMYK | 0.31 | 0 | 0.03 | 0.05 |
| HSL | 174.4º | 0.73% | 0.8% | - |
| HSV(B) | 174.4º | 0.31% | 0.95% | - |
| XYZ | 62.03 | 76.96 | 89.43 | - |
| YUV | 217.78 | 137.15 | 91.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 241 | 234 | 0.31 | 0 | 0.03 | 0.05 | 174.4 | 0.73 | 0.8 |
| Hex | A6 | F1 | EA | 1F | 0 | 3 | 5 | AE | 49 | 50 |
| Octal | 246 | 361 | 352 | 37 | 0 | 3 | 5 | 256 | 111 | 120 |
| Binary | 10100110 | 11110001 | 11101010 | 11111 | 0 | 11 | 101 | 10101110 | 1001001 | 1010000 |
Color Harmonies of #A6F1EA
Complementary color
Monochromatic Colors of #A6F1EA
Black with #A6F1EA
Text Example
Text Example
White with #A6F1EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6F1EA; }
p { color: rgb(166,241,234); }
H1.HeaderClassName
{
color: #A6F1EA;
}
.AnyTagClassName
{
color: #A6F1EA;
}
</style>
background-color css
<style>
a { background-color: #A6F1EA; }
a { background-color: rgb(166,241,234); }
div.DivClassName
{
background-color: #A6F1EA;
}
.BgClassName
{
background-color: #A6F1EA;
}
</style>
border-color css
<style>
span { border-color: #A6F1EA; }
span { border-color: rgb(166,241,234); }
td.TdClassName
{
border-color: #A6F1EA;
}
.TagClassName
{
border-color: #A6F1EA;
}
</style>