Shades of Pale Turquoise #A8F0EA
Tints of Pale Turquoise #A8F0EA
RGB
CMYK
RGB Variations
Color information
#A8F0EA (or 0xA8F0EA) is known color: Pale Turquoise. HEX triplet: A8, F0 and EA. RGB value is (168,240,234). Sum of RGB (Red+Green+Blue) = 168+240+234=642 (85% of max value = 765). Red value is 168 (66.02% from 255 or 26.17% from 642); Green value is 240 (94.14% from 255 or 37.38% from 642); Blue value is 234 (91.80% from 255 or 36.45% from 642); Max value from RGB is 240 - color contains mainly: green. Hex color #A8F0EA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A8F0EA is #570F15. Grayscale: #D9D9D9. Windows color (decimal): -5705494 or 15397032. OLE color: 15397032.
HSL color Cylindrical-coordinate representation of color #A8F0EA: hue angle of 175º degrees, saturation: 0.71, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A8F0EA is Cyan = 0.3, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 168 | 240 | 234 | - |
| CMYK | 0.3 | 0 | 0.02 | 0.06 |
| HSL | 175º | 0.71% | 0.8% | - |
| HSV(B) | 175º | 0.3% | 0.94% | - |
| XYZ | 62.16 | 76.59 | 89.35 | - |
| YUV | 217.79 | 137.15 | 92.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 240 | 234 | 0.3 | 0 | 0.02 | 0.06 | 175 | 0.71 | 0.8 |
| Hex | A8 | F0 | EA | 1E | 0 | 2 | 6 | AF | 47 | 50 |
| Octal | 250 | 360 | 352 | 36 | 0 | 2 | 6 | 257 | 107 | 120 |
| Binary | 10101000 | 11110000 | 11101010 | 11110 | 0 | 10 | 110 | 10101111 | 1000111 | 1010000 |
Color Harmonies of #A8F0EA
Complementary color
Monochromatic Colors of #A8F0EA
Black with #A8F0EA
Text Example
Text Example
White with #A8F0EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F0EA; }
p { color: rgb(168,240,234); }
H1.HeaderClassName
{
color: #A8F0EA;
}
.AnyTagClassName
{
color: #A8F0EA;
}
</style>
background-color css
<style>
a { background-color: #A8F0EA; }
a { background-color: rgb(168,240,234); }
div.DivClassName
{
background-color: #A8F0EA;
}
.BgClassName
{
background-color: #A8F0EA;
}
</style>
border-color css
<style>
span { border-color: #A8F0EA; }
span { border-color: rgb(168,240,234); }
td.TdClassName
{
border-color: #A8F0EA;
}
.TagClassName
{
border-color: #A8F0EA;
}
</style>