Shades of Pale Turquoise #A6F8F5
Tints of Pale Turquoise #A6F8F5
RGB
CMYK
RGB Variations
Color information
#A6F8F5 (or 0xA6F8F5) is known color: Pale Turquoise. HEX triplet: A6, F8 and F5. RGB value is (166,248,245). Sum of RGB (Red+Green+Blue) = 166+248+245=659 (87% of max value = 765). Red value is 166 (65.23% from 255 or 25.19% from 659); Green value is 248 (97.27% from 255 or 37.63% from 659); Blue value is 245 (96.09% from 255 or 37.18% from 659); Max value from RGB is 248 - color contains mainly: green. Hex color #A6F8F5 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A6F8F5 is #59070A. Grayscale: #DFDFDF. Windows color (decimal): -5834507 or 16119974. OLE color: 16119974.
HSL color Cylindrical-coordinate representation of color #A6F8F5: hue angle of 177.8º degrees, saturation: 0.85, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A6F8F5 is Cyan = 0.33, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 166 | 248 | 245 | - |
| CMYK | 0.33 | 0 | 0.01 | 0.03 |
| HSL | 177.8º | 0.85% | 0.81% | - |
| HSV(B) | 177.8º | 0.33% | 0.97% | - |
| XYZ | 65.77 | 81.83 | 98.72 | - |
| YUV | 223.14 | 140.33 | 87.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 248 | 245 | 0.33 | 0 | 0.01 | 0.03 | 177.8 | 0.85 | 0.81 |
| Hex | A6 | F8 | F5 | 21 | 0 | 1 | 3 | B2 | 55 | 51 |
| Octal | 246 | 370 | 365 | 41 | 0 | 1 | 3 | 262 | 125 | 121 |
| Binary | 10100110 | 11111000 | 11110101 | 100001 | 0 | 1 | 11 | 10110010 | 1010101 | 1010001 |
Color Harmonies of #A6F8F5
Complementary color
Monochromatic Colors of #A6F8F5
Black with #A6F8F5
Text Example
Text Example
White with #A6F8F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6F8F5; }
p { color: rgb(166,248,245); }
H1.HeaderClassName
{
color: #A6F8F5;
}
.AnyTagClassName
{
color: #A6F8F5;
}
</style>
background-color css
<style>
a { background-color: #A6F8F5; }
a { background-color: rgb(166,248,245); }
div.DivClassName
{
background-color: #A6F8F5;
}
.BgClassName
{
background-color: #A6F8F5;
}
</style>
border-color css
<style>
span { border-color: #A6F8F5; }
span { border-color: rgb(166,248,245); }
td.TdClassName
{
border-color: #A6F8F5;
}
.TagClassName
{
border-color: #A6F8F5;
}
</style>