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