Shades of Pale Turquoise #A6F1F9
Tints of Pale Turquoise #A6F1F9
RGB
CMYK
RGB Variations
Color information
#A6F1F9 (or 0xA6F1F9) is known color: Pale Turquoise. HEX triplet: A6, F1 and F9. RGB value is (166,241,249). Sum of RGB (Red+Green+Blue) = 166+241+249=656 (86% of max value = 765). Red value is 166 (65.23% from 255 or 25.30% from 656); Green value is 241 (94.53% from 255 or 36.74% from 656); Blue value is 249 (97.66% from 255 or 37.96% from 656); Max value from RGB is 249 - color contains mainly: blue. Hex color #A6F1F9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A6F1F9 is #590E06. Grayscale: #DBDBDB. Windows color (decimal): -5836295 or 16380326. OLE color: 16380326.
HSL color Cylindrical-coordinate representation of color #A6F1F9: hue angle of 185.78º degrees, saturation: 0.87, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A6F1F9 is Cyan = 0.33, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 166 | 241 | 249 | - |
| CMYK | 0.33 | 0.03 | 0 | 0.02 |
| HSL | 185.78º | 0.87% | 0.81% | - |
| HSV(B) | 185.78º | 0.33% | 0.98% | - |
| XYZ | 64.28 | 77.86 | 101.26 | - |
| YUV | 219.49 | 144.65 | 89.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 241 | 249 | 0.33 | 0.03 | 0 | 0.02 | 185.78 | 0.87 | 0.81 |
| Hex | A6 | F1 | F9 | 21 | 3 | 0 | 2 | BA | 57 | 51 |
| Octal | 246 | 361 | 371 | 41 | 3 | 0 | 2 | 272 | 127 | 121 |
| Binary | 10100110 | 11110001 | 11111001 | 100001 | 11 | 0 | 10 | 10111010 | 1010111 | 1010001 |
Color Harmonies of #A6F1F9
Complementary color
Monochromatic Colors of #A6F1F9
Black with #A6F1F9
Text Example
Text Example
White with #A6F1F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6F1F9; }
p { color: rgb(166,241,249); }
H1.HeaderClassName
{
color: #A6F1F9;
}
.AnyTagClassName
{
color: #A6F1F9;
}
</style>
background-color css
<style>
a { background-color: #A6F1F9; }
a { background-color: rgb(166,241,249); }
div.DivClassName
{
background-color: #A6F1F9;
}
.BgClassName
{
background-color: #A6F1F9;
}
</style>
border-color css
<style>
span { border-color: #A6F1F9; }
span { border-color: rgb(166,241,249); }
td.TdClassName
{
border-color: #A6F1F9;
}
.TagClassName
{
border-color: #A6F1F9;
}
</style>