Shades of Pale Turquoise #A6FDFF
Tints of Pale Turquoise #A6FDFF
RGB
CMYK
RGB Variations
Color information
#A6FDFF (or 0xA6FDFF) is known color: Pale Turquoise. HEX triplet: A6, FD and FF. RGB value is (166,253,255). Sum of RGB (Red+Green+Blue) = 166+253+255=674 (89% of max value = 765). Red value is 166 (65.23% from 255 or 24.63% from 674); Green value is 253 (99.22% from 255 or 37.54% from 674); Blue value is 255 (100% from 255 or 37.83% from 674); Max value from RGB is 255 - color contains mainly: blue. Hex color #A6FDFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A6FDFF is #590200. Grayscale: #E3E3E3. Windows color (decimal): -5833217 or 16776614. OLE color: 16776614.
HSL color Cylindrical-coordinate representation of color #A6FDFF: hue angle of 181.35º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A6FDFF is Cyan = 0.35, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 166 | 253 | 255 | - |
| CMYK | 0.35 | 0.01 | 0 | 0 |
| HSL | 181.35º | 1% | 0.83% | - |
| HSV(B) | 181.35º | 0.35% | 1% | - |
| XYZ | 68.9 | 85.58 | 107.49 | - |
| YUV | 227.22 | 143.68 | 84.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 253 | 255 | 0.35 | 0.01 | 0 | 0 | 181.35 | 1 | 0.83 |
| Hex | A6 | FD | FF | 23 | 1 | 0 | 0 | B5 | 64 | 53 |
| Octal | 246 | 375 | 377 | 43 | 1 | 0 | 0 | 265 | 144 | 123 |
| Binary | 10100110 | 11111101 | 11111111 | 100011 | 1 | 0 | 0 | 10110101 | 1100100 | 1010011 |
Color Harmonies of #A6FDFF
Complementary color
Monochromatic Colors of #A6FDFF
Black with #A6FDFF
Text Example
Text Example
White with #A6FDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6FDFF; }
p { color: rgb(166,253,255); }
H1.HeaderClassName
{
color: #A6FDFF;
}
.AnyTagClassName
{
color: #A6FDFF;
}
</style>
background-color css
<style>
a { background-color: #A6FDFF; }
a { background-color: rgb(166,253,255); }
div.DivClassName
{
background-color: #A6FDFF;
}
.BgClassName
{
background-color: #A6FDFF;
}
</style>
border-color css
<style>
span { border-color: #A6FDFF; }
span { border-color: rgb(166,253,255); }
td.TdClassName
{
border-color: #A6FDFF;
}
.TagClassName
{
border-color: #A6FDFF;
}
</style>