Shades of Pale Turquoise #A8EFEC
Tints of Pale Turquoise #A8EFEC
RGB
CMYK
RGB Variations
Color information
#A8EFEC (or 0xA8EFEC) is known color: Pale Turquoise. HEX triplet: A8, EF and EC. RGB value is (168,239,236). Sum of RGB (Red+Green+Blue) = 168+239+236=643 (85% of max value = 765). Red value is 168 (66.02% from 255 or 26.13% from 643); Green value is 239 (93.75% from 255 or 37.17% from 643); Blue value is 236 (92.58% from 255 or 36.70% from 643); Max value from RGB is 239 - color contains mainly: green. Hex color #A8EFEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A8EFEC is #571013. Grayscale: #D9D9D9. Windows color (decimal): -5705748 or 15527848. OLE color: 15527848.
HSL color Cylindrical-coordinate representation of color #A8EFEC: hue angle of 177.46º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A8EFEC is Cyan = 0.30, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 168 | 239 | 236 | - |
| CMYK | 0.30 | 0 | 0.01 | 0.06 |
| HSL | 177.46º | 0.69% | 0.8% | - |
| HSV(B) | 177.46º | 0.3% | 0.94% | - |
| XYZ | 62.16 | 76.11 | 90.77 | - |
| YUV | 217.43 | 138.48 | 92.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 239 | 236 | 0.30 | 0 | 0.01 | 0.06 | 177.46 | 0.69 | 0.8 |
| Hex | A8 | EF | EC | 1E | 0 | 1 | 6 | B1 | 45 | 50 |
| Octal | 250 | 357 | 354 | 36 | 0 | 1 | 6 | 261 | 105 | 120 |
| Binary | 10101000 | 11101111 | 11101100 | 11110 | 0 | 1 | 110 | 10110001 | 1000101 | 1010000 |
Color Harmonies of #A8EFEC
Complementary color
Monochromatic Colors of #A8EFEC
Black with #A8EFEC
Text Example
Text Example
White with #A8EFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8EFEC; }
p { color: rgb(168,239,236); }
H1.HeaderClassName
{
color: #A8EFEC;
}
.AnyTagClassName
{
color: #A8EFEC;
}
</style>
background-color css
<style>
a { background-color: #A8EFEC; }
a { background-color: rgb(168,239,236); }
div.DivClassName
{
background-color: #A8EFEC;
}
.BgClassName
{
background-color: #A8EFEC;
}
</style>
border-color css
<style>
span { border-color: #A8EFEC; }
span { border-color: rgb(168,239,236); }
td.TdClassName
{
border-color: #A8EFEC;
}
.TagClassName
{
border-color: #A8EFEC;
}
</style>