Shades of Pale Turquoise #A8ECEE
Tints of Pale Turquoise #A8ECEE
RGB
CMYK
RGB Variations
Color information
#A8ECEE (or 0xA8ECEE) is known color: Pale Turquoise. HEX triplet: A8, EC and EE. RGB value is (168,236,238). Sum of RGB (Red+Green+Blue) = 168+236+238=642 (85% of max value = 765). Red value is 168 (66.02% from 255 or 26.17% from 642); Green value is 236 (92.58% from 255 or 36.76% from 642); Blue value is 238 (93.36% from 255 or 37.07% from 642); Max value from RGB is 238 - color contains mainly: blue. Hex color #A8ECEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A8ECEE is #571311. Grayscale: #D7D7D7. Windows color (decimal): -5706514 or 15658152. OLE color: 15658152.
HSL color Cylindrical-coordinate representation of color #A8ECEE: hue angle of 181.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 #A8ECEE is Cyan = 0.29, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 236 | 238 | - |
| CMYK | 0.29 | 0.01 | 0 | 0.07 |
| HSL | 181.71º | 0.67% | 0.8% | - |
| HSV(B) | 181.71º | 0.29% | 0.93% | - |
| XYZ | 61.58 | 74.49 | 92.02 | - |
| YUV | 215.9 | 140.47 | 93.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 236 | 238 | 0.29 | 0.01 | 0 | 0.07 | 181.71 | 0.67 | 0.8 |
| Hex | A8 | EC | EE | 1D | 1 | 0 | 7 | B6 | 43 | 50 |
| Octal | 250 | 354 | 356 | 35 | 1 | 0 | 7 | 266 | 103 | 120 |
| Binary | 10101000 | 11101100 | 11101110 | 11101 | 1 | 0 | 111 | 10110110 | 1000011 | 1010000 |
Color Harmonies of #A8ECEE
Complementary color
Monochromatic Colors of #A8ECEE
Black with #A8ECEE
Text Example
Text Example
White with #A8ECEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8ECEE; }
p { color: rgb(168,236,238); }
H1.HeaderClassName
{
color: #A8ECEE;
}
.AnyTagClassName
{
color: #A8ECEE;
}
</style>
background-color css
<style>
a { background-color: #A8ECEE; }
a { background-color: rgb(168,236,238); }
div.DivClassName
{
background-color: #A8ECEE;
}
.BgClassName
{
background-color: #A8ECEE;
}
</style>
border-color css
<style>
span { border-color: #A8ECEE; }
span { border-color: rgb(168,236,238); }
td.TdClassName
{
border-color: #A8ECEE;
}
.TagClassName
{
border-color: #A8ECEE;
}
</style>