Shades of Pale Turquoise #A6F1F7
Tints of Pale Turquoise #A6F1F7
RGB
CMYK
RGB Variations
Color information
#A6F1F7 (or 0xA6F1F7) is known color: Pale Turquoise. HEX triplet: A6, F1 and F7. RGB value is (166,241,247). Sum of RGB (Red+Green+Blue) = 166+241+247=654 (86% of max value = 765). Red value is 166 (65.23% from 255 or 25.38% from 654); Green value is 241 (94.53% from 255 or 36.85% from 654); Blue value is 247 (96.88% from 255 or 37.77% from 654); Max value from RGB is 247 - color contains mainly: blue. Hex color #A6F1F7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A6F1F7 is #590E08. Grayscale: #DBDBDB. Windows color (decimal): -5836297 or 16249254. OLE color: 16249254.
HSL color Cylindrical-coordinate representation of color #A6F1F7: hue angle of 184.44º degrees, saturation: 0.84, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A6F1F7 is Cyan = 0.33, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 166 | 241 | 247 | - |
| CMYK | 0.33 | 0.02 | 0 | 0.03 |
| HSL | 184.44º | 0.84% | 0.81% | - |
| HSV(B) | 184.44º | 0.33% | 0.97% | - |
| XYZ | 63.97 | 77.73 | 99.63 | - |
| YUV | 219.26 | 143.65 | 90.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 241 | 247 | 0.33 | 0.02 | 0 | 0.03 | 184.44 | 0.84 | 0.81 |
| Hex | A6 | F1 | F7 | 21 | 2 | 0 | 3 | B8 | 54 | 51 |
| Octal | 246 | 361 | 367 | 41 | 2 | 0 | 3 | 270 | 124 | 121 |
| Binary | 10100110 | 11110001 | 11110111 | 100001 | 10 | 0 | 11 | 10111000 | 1010100 | 1010001 |
Color Harmonies of #A6F1F7
Complementary color
Monochromatic Colors of #A6F1F7
Black with #A6F1F7
Text Example
Text Example
White with #A6F1F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6F1F7; }
p { color: rgb(166,241,247); }
H1.HeaderClassName
{
color: #A6F1F7;
}
.AnyTagClassName
{
color: #A6F1F7;
}
</style>
background-color css
<style>
a { background-color: #A6F1F7; }
a { background-color: rgb(166,241,247); }
div.DivClassName
{
background-color: #A6F1F7;
}
.BgClassName
{
background-color: #A6F1F7;
}
</style>
border-color css
<style>
span { border-color: #A6F1F7; }
span { border-color: rgb(166,241,247); }
td.TdClassName
{
border-color: #A6F1F7;
}
.TagClassName
{
border-color: #A6F1F7;
}
</style>