Shades of Pale Turquoise #A8EEE9
Tints of Pale Turquoise #A8EEE9
RGB
CMYK
RGB Variations
Color information
#A8EEE9 (or 0xA8EEE9) is known color: Pale Turquoise. HEX triplet: A8, EE and E9. RGB value is (168,238,233). Sum of RGB (Red+Green+Blue) = 168+238+233=639 (84% of max value = 765). Red value is 168 (66.02% from 255 or 26.29% from 639); Green value is 238 (93.36% from 255 or 37.25% from 639); Blue value is 233 (91.41% from 255 or 36.46% from 639); Max value from RGB is 238 - color contains mainly: green. Hex color #A8EEE9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A8EEE9 is #571116. Grayscale: #D8D8D8. Windows color (decimal): -5706007 or 15330984. OLE color: 15330984.
HSL color Cylindrical-coordinate representation of color #A8EEE9: hue angle of 175.71º degrees, saturation: 0.67, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A8EEE9 is Cyan = 0.29, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 238 | 233 | - |
| CMYK | 0.29 | 0 | 0.02 | 0.07 |
| HSL | 175.71º | 0.67% | 0.8% | - |
| HSV(B) | 175.71º | 0.29% | 0.93% | - |
| XYZ | 61.43 | 75.36 | 88.4 | - |
| YUV | 216.5 | 137.31 | 93.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 238 | 233 | 0.29 | 0 | 0.02 | 0.07 | 175.71 | 0.67 | 0.8 |
| Hex | A8 | EE | E9 | 1D | 0 | 2 | 7 | B0 | 43 | 50 |
| Octal | 250 | 356 | 351 | 35 | 0 | 2 | 7 | 260 | 103 | 120 |
| Binary | 10101000 | 11101110 | 11101001 | 11101 | 0 | 10 | 111 | 10110000 | 1000011 | 1010000 |
Color Harmonies of #A8EEE9
Complementary color
Monochromatic Colors of #A8EEE9
Black with #A8EEE9
Text Example
Text Example
White with #A8EEE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8EEE9; }
p { color: rgb(168,238,233); }
H1.HeaderClassName
{
color: #A8EEE9;
}
.AnyTagClassName
{
color: #A8EEE9;
}
</style>
background-color css
<style>
a { background-color: #A8EEE9; }
a { background-color: rgb(168,238,233); }
div.DivClassName
{
background-color: #A8EEE9;
}
.BgClassName
{
background-color: #A8EEE9;
}
</style>
border-color css
<style>
span { border-color: #A8EEE9; }
span { border-color: rgb(168,238,233); }
td.TdClassName
{
border-color: #A8EEE9;
}
.TagClassName
{
border-color: #A8EEE9;
}
</style>