Shades of Pale Turquoise #A8EAE6
Tints of Pale Turquoise #A8EAE6
RGB
CMYK
RGB Variations
Color information
#A8EAE6 (or 0xA8EAE6) is known color: Pale Turquoise. HEX triplet: A8, EA and E6. RGB value is (168,234,230). Sum of RGB (Red+Green+Blue) = 168+234+230=632 (83% of max value = 765). Red value is 168 (66.02% from 255 or 26.58% from 632); Green value is 234 (91.80% from 255 or 37.03% from 632); Blue value is 230 (90.23% from 255 or 36.39% from 632); Max value from RGB is 234 - color contains mainly: green. Hex color #A8EAE6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A8EAE6 is #571519. Grayscale: #D5D5D5. Windows color (decimal): -5707034 or 15133352. OLE color: 15133352.
HSL color Cylindrical-coordinate representation of color #A8EAE6: hue angle of 176.36º 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 #A8EAE6 is Cyan = 0.28, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 168 | 234 | 230 | - |
| CMYK | 0.28 | 0 | 0.02 | 0.08 |
| HSL | 176.36º | 0.61% | 0.79% | - |
| HSV(B) | 176.36º | 0.28% | 0.92% | - |
| XYZ | 59.85 | 72.88 | 85.78 | - |
| YUV | 213.81 | 137.13 | 95.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 234 | 230 | 0.28 | 0 | 0.02 | 0.08 | 176.36 | 0.61 | 0.79 |
| Hex | A8 | EA | E6 | 1C | 0 | 2 | 8 | B0 | 3D | 4F |
| Octal | 250 | 352 | 346 | 34 | 0 | 2 | 10 | 260 | 75 | 117 |
| Binary | 10101000 | 11101010 | 11100110 | 11100 | 0 | 10 | 1000 | 10110000 | 111101 | 1001111 |
Color Harmonies of #A8EAE6
Complementary color
Monochromatic Colors of #A8EAE6
Black with #A8EAE6
Text Example
Text Example
White with #A8EAE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8EAE6; }
p { color: rgb(168,234,230); }
H1.HeaderClassName
{
color: #A8EAE6;
}
.AnyTagClassName
{
color: #A8EAE6;
}
</style>
background-color css
<style>
a { background-color: #A8EAE6; }
a { background-color: rgb(168,234,230); }
div.DivClassName
{
background-color: #A8EAE6;
}
.BgClassName
{
background-color: #A8EAE6;
}
</style>
border-color css
<style>
span { border-color: #A8EAE6; }
span { border-color: rgb(168,234,230); }
td.TdClassName
{
border-color: #A8EAE6;
}
.TagClassName
{
border-color: #A8EAE6;
}
</style>