Shades of Pale Turquoise #A6FFF5
Tints of Pale Turquoise #A6FFF5
RGB
CMYK
RGB Variations
Color information
#A6FFF5 (or 0xA6FFF5) is known color: Pale Turquoise. HEX triplet: A6, FF and F5. RGB value is (166,255,245). Sum of RGB (Red+Green+Blue) = 166+255+245=666 (88% of max value = 765). Red value is 166 (65.23% from 255 or 24.92% from 666); Green value is 255 (100% from 255 or 38.29% from 666); Blue value is 245 (96.09% from 255 or 36.79% from 666); Max value from RGB is 255 - color contains mainly: green. Hex color #A6FFF5 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A6FFF5 is #59000A. Grayscale: #E3E3E3. Windows color (decimal): -5832715 or 16121766. OLE color: 16121766.
HSL color Cylindrical-coordinate representation of color #A6FFF5: hue angle of 173.26º 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 #A6FFF5 is Cyan = 0.35, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 166 | 255 | 245 | - |
| CMYK | 0.35 | 0 | 0.04 | 0 |
| HSL | 173.26º | 1% | 0.83% | - |
| HSV(B) | 173.26º | 0.35% | 1% | - |
| XYZ | 67.97 | 86.22 | 99.45 | - |
| YUV | 227.25 | 138.01 | 84.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 255 | 245 | 0.35 | 0 | 0.04 | 0 | 173.26 | 1 | 0.83 |
| Hex | A6 | FF | F5 | 23 | 0 | 4 | 0 | AD | 64 | 53 |
| Octal | 246 | 377 | 365 | 43 | 0 | 4 | 0 | 255 | 144 | 123 |
| Binary | 10100110 | 11111111 | 11110101 | 100011 | 0 | 100 | 0 | 10101101 | 1100100 | 1010011 |
Color Harmonies of #A6FFF5
Complementary color
Monochromatic Colors of #A6FFF5
Black with #A6FFF5
Text Example
Text Example
White with #A6FFF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6FFF5; }
p { color: rgb(166,255,245); }
H1.HeaderClassName
{
color: #A6FFF5;
}
.AnyTagClassName
{
color: #A6FFF5;
}
</style>
background-color css
<style>
a { background-color: #A6FFF5; }
a { background-color: rgb(166,255,245); }
div.DivClassName
{
background-color: #A6FFF5;
}
.BgClassName
{
background-color: #A6FFF5;
}
</style>
border-color css
<style>
span { border-color: #A6FFF5; }
span { border-color: rgb(166,255,245); }
td.TdClassName
{
border-color: #A6FFF5;
}
.TagClassName
{
border-color: #A6FFF5;
}
</style>