Shades of Pale Turquoise #A6FDF5
Tints of Pale Turquoise #A6FDF5
RGB
CMYK
RGB Variations
Color information
#A6FDF5 (or 0xA6FDF5) is known color: Pale Turquoise. HEX triplet: A6, FD and F5. RGB value is (166,253,245). Sum of RGB (Red+Green+Blue) = 166+253+245=664 (87% of max value = 765). Red value is 166 (65.23% from 255 or 25% from 664); Green value is 253 (99.22% from 255 or 38.10% from 664); Blue value is 245 (96.09% from 255 or 36.90% from 664); Max value from RGB is 253 - color contains mainly: green. Hex color #A6FDF5 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A6FDF5 is #59020A. Grayscale: #E2E2E2. Windows color (decimal): -5833227 or 16121254. OLE color: 16121254.
HSL color Cylindrical-coordinate representation of color #A6FDF5: hue angle of 174.48º 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 #A6FDF5 is Cyan = 0.34, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 166 | 253 | 245 | - |
| CMYK | 0.34 | 0 | 0.03 | 0.01 |
| HSL | 174.48º | 0.96% | 0.82% | - |
| HSV(B) | 174.48º | 0.34% | 0.99% | - |
| XYZ | 67.33 | 84.95 | 99.23 | - |
| YUV | 226.08 | 138.68 | 85.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 253 | 245 | 0.34 | 0 | 0.03 | 0.01 | 174.48 | 0.96 | 0.82 |
| Hex | A6 | FD | F5 | 22 | 0 | 3 | 1 | AE | 60 | 52 |
| Octal | 246 | 375 | 365 | 42 | 0 | 3 | 1 | 256 | 140 | 122 |
| Binary | 10100110 | 11111101 | 11110101 | 100010 | 0 | 11 | 1 | 10101110 | 1100000 | 1010010 |
Color Harmonies of #A6FDF5
Complementary color
Monochromatic Colors of #A6FDF5
Black with #A6FDF5
Text Example
Text Example
White with #A6FDF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6FDF5; }
p { color: rgb(166,253,245); }
H1.HeaderClassName
{
color: #A6FDF5;
}
.AnyTagClassName
{
color: #A6FDF5;
}
</style>
background-color css
<style>
a { background-color: #A6FDF5; }
a { background-color: rgb(166,253,245); }
div.DivClassName
{
background-color: #A6FDF5;
}
.BgClassName
{
background-color: #A6FDF5;
}
</style>
border-color css
<style>
span { border-color: #A6FDF5; }
span { border-color: rgb(166,253,245); }
td.TdClassName
{
border-color: #A6FDF5;
}
.TagClassName
{
border-color: #A6FDF5;
}
</style>