Shades of Pale Turquoise #A8FFEE
Tints of Pale Turquoise #A8FFEE
RGB
CMYK
RGB Variations
Color information
#A8FFEE (or 0xA8FFEE) is known color: Pale Turquoise. HEX triplet: A8, FF and EE. RGB value is (168,255,238). Sum of RGB (Red+Green+Blue) = 168+255+238=661 (87% of max value = 765). Red value is 168 (66.02% from 255 or 25.42% from 661); Green value is 255 (100% from 255 or 38.58% from 661); Blue value is 238 (93.36% from 255 or 36.01% from 661); Max value from RGB is 255 - color contains mainly: green. Hex color #A8FFEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A8FFEE is #570011. Grayscale: #E3E3E3. Windows color (decimal): -5701650 or 15663016. OLE color: 15663016.
HSL color Cylindrical-coordinate representation of color #A8FFEE: hue angle of 168.28º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A8FFEE is Cyan = 0.34, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 168 | 255 | 238 | - |
| CMYK | 0.34 | 0 | 0.07 | 0 |
| HSL | 168.28º | 1% | 0.83% | - |
| HSV(B) | 168.28º | 0.34% | 1% | - |
| XYZ | 67.34 | 86.02 | 93.94 | - |
| YUV | 227.05 | 134.18 | 85.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 255 | 238 | 0.34 | 0 | 0.07 | 0 | 168.28 | 1 | 0.83 |
| Hex | A8 | FF | EE | 22 | 0 | 7 | 0 | A8 | 64 | 53 |
| Octal | 250 | 377 | 356 | 42 | 0 | 7 | 0 | 250 | 144 | 123 |
| Binary | 10101000 | 11111111 | 11101110 | 100010 | 0 | 111 | 0 | 10101000 | 1100100 | 1010011 |
Color Harmonies of #A8FFEE
Complementary color
Monochromatic Colors of #A8FFEE
Black with #A8FFEE
Text Example
Text Example
White with #A8FFEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8FFEE; }
p { color: rgb(168,255,238); }
H1.HeaderClassName
{
color: #A8FFEE;
}
.AnyTagClassName
{
color: #A8FFEE;
}
</style>
background-color css
<style>
a { background-color: #A8FFEE; }
a { background-color: rgb(168,255,238); }
div.DivClassName
{
background-color: #A8FFEE;
}
.BgClassName
{
background-color: #A8FFEE;
}
</style>
border-color css
<style>
span { border-color: #A8FFEE; }
span { border-color: rgb(168,255,238); }
td.TdClassName
{
border-color: #A8FFEE;
}
.TagClassName
{
border-color: #A8FFEE;
}
</style>