Shades of Pale Turquoise #A6FDF7
Tints of Pale Turquoise #A6FDF7
RGB
CMYK
RGB Variations
Color information
#A6FDF7 (or 0xA6FDF7) is known color: Pale Turquoise. HEX triplet: A6, FD and F7. RGB value is (166,253,247). Sum of RGB (Red+Green+Blue) = 166+253+247=666 (88% of max value = 765). Red value is 166 (65.23% from 255 or 24.92% from 666); Green value is 253 (99.22% from 255 or 37.99% from 666); Blue value is 247 (96.88% from 255 or 37.09% from 666); Max value from RGB is 253 - color contains mainly: green. Hex color #A6FDF7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A6FDF7 is #590208. Grayscale: #E2E2E2. Windows color (decimal): -5833225 or 16252326. OLE color: 16252326.
HSL color Cylindrical-coordinate representation of color #A6FDF7: hue angle of 175.86º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A6FDF7 is Cyan = 0.34, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 166 | 253 | 247 | - |
| CMYK | 0.34 | 0 | 0.02 | 0.01 |
| HSL | 175.86º | 0.96% | 0.82% | - |
| HSV(B) | 175.86º | 0.34% | 0.99% | - |
| XYZ | 67.64 | 85.07 | 100.85 | - |
| YUV | 226.3 | 139.68 | 84.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 253 | 247 | 0.34 | 0 | 0.02 | 0.01 | 175.86 | 0.96 | 0.82 |
| Hex | A6 | FD | F7 | 22 | 0 | 2 | 1 | B0 | 60 | 52 |
| Octal | 246 | 375 | 367 | 42 | 0 | 2 | 1 | 260 | 140 | 122 |
| Binary | 10100110 | 11111101 | 11110111 | 100010 | 0 | 10 | 1 | 10110000 | 1100000 | 1010010 |
Color Harmonies of #A6FDF7
Complementary color
Monochromatic Colors of #A6FDF7
Black with #A6FDF7
Text Example
Text Example
White with #A6FDF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6FDF7; }
p { color: rgb(166,253,247); }
H1.HeaderClassName
{
color: #A6FDF7;
}
.AnyTagClassName
{
color: #A6FDF7;
}
</style>
background-color css
<style>
a { background-color: #A6FDF7; }
a { background-color: rgb(166,253,247); }
div.DivClassName
{
background-color: #A6FDF7;
}
.BgClassName
{
background-color: #A6FDF7;
}
</style>
border-color css
<style>
span { border-color: #A6FDF7; }
span { border-color: rgb(166,253,247); }
td.TdClassName
{
border-color: #A6FDF7;
}
.TagClassName
{
border-color: #A6FDF7;
}
</style>