Shades of Pale Turquoise #A8EAEC
Tints of Pale Turquoise #A8EAEC
RGB
CMYK
RGB Variations
Color information
#A8EAEC (or 0xA8EAEC) is known color: Pale Turquoise. HEX triplet: A8, EA and EC. RGB value is (168,234,236). Sum of RGB (Red+Green+Blue) = 168+234+236=638 (84% of max value = 765). Red value is 168 (66.02% from 255 or 26.33% from 638); Green value is 234 (91.80% from 255 or 36.68% from 638); Blue value is 236 (92.58% from 255 or 36.99% from 638); Max value from RGB is 236 - color contains mainly: blue. Hex color #A8EAEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A8EAEC is #571513. Grayscale: #D6D6D6. Windows color (decimal): -5707028 or 15526568. OLE color: 15526568.
HSL color Cylindrical-coordinate representation of color #A8EAEC: hue angle of 181.76º degrees, saturation: 0.64, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A8EAEC is Cyan = 0.29, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 234 | 236 | - |
| CMYK | 0.29 | 0.01 | 0 | 0.07 |
| HSL | 181.76º | 0.64% | 0.79% | - |
| HSV(B) | 181.76º | 0.29% | 0.93% | - |
| XYZ | 60.71 | 73.23 | 90.29 | - |
| YUV | 214.49 | 140.13 | 94.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 234 | 236 | 0.29 | 0.01 | 0 | 0.07 | 181.76 | 0.64 | 0.79 |
| Hex | A8 | EA | EC | 1D | 1 | 0 | 7 | B6 | 40 | 4F |
| Octal | 250 | 352 | 354 | 35 | 1 | 0 | 7 | 266 | 100 | 117 |
| Binary | 10101000 | 11101010 | 11101100 | 11101 | 1 | 0 | 111 | 10110110 | 1000000 | 1001111 |
Color Harmonies of #A8EAEC
Complementary color
Monochromatic Colors of #A8EAEC
Black with #A8EAEC
Text Example
Text Example
White with #A8EAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8EAEC; }
p { color: rgb(168,234,236); }
H1.HeaderClassName
{
color: #A8EAEC;
}
.AnyTagClassName
{
color: #A8EAEC;
}
</style>
background-color css
<style>
a { background-color: #A8EAEC; }
a { background-color: rgb(168,234,236); }
div.DivClassName
{
background-color: #A8EAEC;
}
.BgClassName
{
background-color: #A8EAEC;
}
</style>
border-color css
<style>
span { border-color: #A8EAEC; }
span { border-color: rgb(168,234,236); }
td.TdClassName
{
border-color: #A8EAEC;
}
.TagClassName
{
border-color: #A8EAEC;
}
</style>