Shades of Pale Turquoise #A6F2FF
Tints of Pale Turquoise #A6F2FF
RGB
CMYK
RGB Variations
Color information
#A6F2FF (or 0xA6F2FF) is known color: Pale Turquoise. HEX triplet: A6, F2 and FF. RGB value is (166,242,255). Sum of RGB (Red+Green+Blue) = 166+242+255=663 (87% of max value = 765). Red value is 166 (65.23% from 255 or 25.04% from 663); Green value is 242 (94.92% from 255 or 36.50% from 663); Blue value is 255 (100% from 255 or 38.46% from 663); Max value from RGB is 255 - color contains mainly: blue. Hex color #A6F2FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A6F2FF is #590D00. Grayscale: #DCDCDC. Windows color (decimal): -5836033 or 16773798. OLE color: 16773798.
HSL color Cylindrical-coordinate representation of color #A6F2FF: hue angle of 188.76º 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 #A6F2FF is Cyan = 0.35, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 166 | 242 | 255 | - |
| CMYK | 0.35 | 0.05 | 0 | 0 |
| HSL | 188.76º | 1% | 0.83% | - |
| HSV(B) | 188.76º | 0.35% | 1% | - |
| XYZ | 65.53 | 78.83 | 106.37 | - |
| YUV | 220.76 | 147.32 | 88.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 242 | 255 | 0.35 | 0.05 | 0 | 0 | 188.76 | 1 | 0.83 |
| Hex | A6 | F2 | FF | 23 | 5 | 0 | 0 | BD | 64 | 53 |
| Octal | 246 | 362 | 377 | 43 | 5 | 0 | 0 | 275 | 144 | 123 |
| Binary | 10100110 | 11110010 | 11111111 | 100011 | 101 | 0 | 0 | 10111101 | 1100100 | 1010011 |
Color Harmonies of #A6F2FF
Complementary color
Monochromatic Colors of #A6F2FF
Black with #A6F2FF
Text Example
Text Example
White with #A6F2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6F2FF; }
p { color: rgb(166,242,255); }
H1.HeaderClassName
{
color: #A6F2FF;
}
.AnyTagClassName
{
color: #A6F2FF;
}
</style>
background-color css
<style>
a { background-color: #A6F2FF; }
a { background-color: rgb(166,242,255); }
div.DivClassName
{
background-color: #A6F2FF;
}
.BgClassName
{
background-color: #A6F2FF;
}
</style>
border-color css
<style>
span { border-color: #A6F2FF; }
span { border-color: rgb(166,242,255); }
td.TdClassName
{
border-color: #A6F2FF;
}
.TagClassName
{
border-color: #A6F2FF;
}
</style>