Shades of Pale Turquoise #A8E9EA
Tints of Pale Turquoise #A8E9EA
RGB
CMYK
RGB Variations
Color information
#A8E9EA (or 0xA8E9EA) is known color: Pale Turquoise. HEX triplet: A8, E9 and EA. RGB value is (168,233,234). Sum of RGB (Red+Green+Blue) = 168+233+234=635 (84% of max value = 765). Red value is 168 (66.02% from 255 or 26.46% from 635); Green value is 233 (91.41% from 255 or 36.69% from 635); Blue value is 234 (91.80% from 255 or 36.85% from 635); Max value from RGB is 234 - color contains mainly: blue. Hex color #A8E9EA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A8E9EA is #571615. Grayscale: #D5D5D5. Windows color (decimal): -5707286 or 15395240. OLE color: 15395240.
HSL color Cylindrical-coordinate representation of color #A8E9EA: hue angle of 180.91º degrees, saturation: 0.61, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A8E9EA is Cyan = 0.28, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 168 | 233 | 234 | - |
| CMYK | 0.28 | 0.00 | 0 | 0.08 |
| HSL | 180.91º | 0.61% | 0.79% | - |
| HSV(B) | 180.91º | 0.28% | 0.92% | - |
| XYZ | 60.14 | 72.54 | 88.67 | - |
| YUV | 213.68 | 139.47 | 95.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 233 | 234 | 0.28 | 0.00 | 0 | 0.08 | 180.91 | 0.61 | 0.79 |
| Hex | A8 | E9 | EA | 1C | 0 | 0 | 8 | B5 | 3D | 4F |
| Octal | 250 | 351 | 352 | 34 | 0 | 0 | 10 | 265 | 75 | 117 |
| Binary | 10101000 | 11101001 | 11101010 | 11100 | 0 | 0 | 1000 | 10110101 | 111101 | 1001111 |
Color Harmonies of #A8E9EA
Complementary color
Monochromatic Colors of #A8E9EA
Black with #A8E9EA
Text Example
Text Example
White with #A8E9EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8E9EA; }
p { color: rgb(168,233,234); }
H1.HeaderClassName
{
color: #A8E9EA;
}
.AnyTagClassName
{
color: #A8E9EA;
}
</style>
background-color css
<style>
a { background-color: #A8E9EA; }
a { background-color: rgb(168,233,234); }
div.DivClassName
{
background-color: #A8E9EA;
}
.BgClassName
{
background-color: #A8E9EA;
}
</style>
border-color css
<style>
span { border-color: #A8E9EA; }
span { border-color: rgb(168,233,234); }
td.TdClassName
{
border-color: #A8E9EA;
}
.TagClassName
{
border-color: #A8E9EA;
}
</style>