Shades of Pale Turquoise #A6FAFF
Tints of Pale Turquoise #A6FAFF
RGB
CMYK
RGB Variations
Color information
#A6FAFF (or 0xA6FAFF) is known color: Pale Turquoise. HEX triplet: A6, FA and FF. RGB value is (166,250,255). Sum of RGB (Red+Green+Blue) = 166+250+255=671 (88% of max value = 765). Red value is 166 (65.23% from 255 or 24.74% from 671); Green value is 250 (98.05% from 255 or 37.26% from 671); Blue value is 255 (100% from 255 or 38.00% from 671); Max value from RGB is 255 - color contains mainly: blue. Hex color #A6FAFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A6FAFF is #590500. Grayscale: #E1E1E1. Windows color (decimal): -5833985 or 16775846. OLE color: 16775846.
HSL color Cylindrical-coordinate representation of color #A6FAFF: hue angle of 183.37º 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 #A6FAFF is Cyan = 0.35, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 166 | 250 | 255 | - |
| CMYK | 0.35 | 0.02 | 0 | 0 |
| HSL | 183.37º | 1% | 0.83% | - |
| HSV(B) | 183.37º | 0.35% | 1% | - |
| XYZ | 67.96 | 83.7 | 107.18 | - |
| YUV | 225.45 | 144.67 | 85.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 250 | 255 | 0.35 | 0.02 | 0 | 0 | 183.37 | 1 | 0.83 |
| Hex | A6 | FA | FF | 23 | 2 | 0 | 0 | B7 | 64 | 53 |
| Octal | 246 | 372 | 377 | 43 | 2 | 0 | 0 | 267 | 144 | 123 |
| Binary | 10100110 | 11111010 | 11111111 | 100011 | 10 | 0 | 0 | 10110111 | 1100100 | 1010011 |
Color Harmonies of #A6FAFF
Complementary color
Monochromatic Colors of #A6FAFF
Black with #A6FAFF
Text Example
Text Example
White with #A6FAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6FAFF; }
p { color: rgb(166,250,255); }
H1.HeaderClassName
{
color: #A6FAFF;
}
.AnyTagClassName
{
color: #A6FAFF;
}
</style>
background-color css
<style>
a { background-color: #A6FAFF; }
a { background-color: rgb(166,250,255); }
div.DivClassName
{
background-color: #A6FAFF;
}
.BgClassName
{
background-color: #A6FAFF;
}
</style>
border-color css
<style>
span { border-color: #A6FAFF; }
span { border-color: rgb(166,250,255); }
td.TdClassName
{
border-color: #A6FAFF;
}
.TagClassName
{
border-color: #A6FAFF;
}
</style>