Shades of Pale Turquoise #A6F8EA
Tints of Pale Turquoise #A6F8EA
RGB
CMYK
RGB Variations
Color information
#A6F8EA (or 0xA6F8EA) is known color: Pale Turquoise. HEX triplet: A6, F8 and EA. RGB value is (166,248,234). Sum of RGB (Red+Green+Blue) = 166+248+234=648 (85% of max value = 765). Red value is 166 (65.23% from 255 or 25.62% from 648); Green value is 248 (97.27% from 255 or 38.27% from 648); Blue value is 234 (91.80% from 255 or 36.11% from 648); Max value from RGB is 248 - color contains mainly: green. Hex color #A6F8EA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A6F8EA is #590715. Grayscale: #DDDDDD. Windows color (decimal): -5834518 or 15399078. OLE color: 15399078.
HSL color Cylindrical-coordinate representation of color #A6F8EA: hue angle of 169.76º 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 #A6F8EA is Cyan = 0.33, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 166 | 248 | 234 | - |
| CMYK | 0.33 | 0 | 0.06 | 0.03 |
| HSL | 169.76º | 0.85% | 0.81% | - |
| HSV(B) | 169.76º | 0.33% | 0.97% | - |
| XYZ | 64.14 | 81.18 | 90.13 | - |
| YUV | 221.89 | 134.83 | 88.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 248 | 234 | 0.33 | 0 | 0.06 | 0.03 | 169.76 | 0.85 | 0.81 |
| Hex | A6 | F8 | EA | 21 | 0 | 6 | 3 | AA | 55 | 51 |
| Octal | 246 | 370 | 352 | 41 | 0 | 6 | 3 | 252 | 125 | 121 |
| Binary | 10100110 | 11111000 | 11101010 | 100001 | 0 | 110 | 11 | 10101010 | 1010101 | 1010001 |
Color Harmonies of #A6F8EA
Complementary color
Monochromatic Colors of #A6F8EA
Black with #A6F8EA
Text Example
Text Example
White with #A6F8EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6F8EA; }
p { color: rgb(166,248,234); }
H1.HeaderClassName
{
color: #A6F8EA;
}
.AnyTagClassName
{
color: #A6F8EA;
}
</style>
background-color css
<style>
a { background-color: #A6F8EA; }
a { background-color: rgb(166,248,234); }
div.DivClassName
{
background-color: #A6F8EA;
}
.BgClassName
{
background-color: #A6F8EA;
}
</style>
border-color css
<style>
span { border-color: #A6F8EA; }
span { border-color: rgb(166,248,234); }
td.TdClassName
{
border-color: #A6F8EA;
}
.TagClassName
{
border-color: #A6F8EA;
}
</style>