Shades of Pale Turquoise #A8FFED
Tints of Pale Turquoise #A8FFED
RGB
CMYK
RGB Variations
Color information
#A8FFED (or 0xA8FFED) is known color: Pale Turquoise. HEX triplet: A8, FF and ED. RGB value is (168,255,237). Sum of RGB (Red+Green+Blue) = 168+255+237=660 (87% of max value = 765). Red value is 168 (66.02% from 255 or 25.45% from 660); Green value is 255 (100% from 255 or 38.64% from 660); Blue value is 237 (92.97% from 255 or 35.91% from 660); Max value from RGB is 255 - color contains mainly: green. Hex color #A8FFED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A8FFED is #570012. Grayscale: #E2E2E2. Windows color (decimal): -5701651 or 15597480. OLE color: 15597480.
HSL color Cylindrical-coordinate representation of color #A8FFED: hue angle of 167.59º 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 #A8FFED is Cyan = 0.34, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 168 | 255 | 237 | - |
| CMYK | 0.34 | 0 | 0.07 | 0 |
| HSL | 167.59º | 1% | 0.83% | - |
| HSV(B) | 167.59º | 0.34% | 1% | - |
| XYZ | 67.19 | 85.96 | 93.17 | - |
| YUV | 226.94 | 133.68 | 85.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 255 | 237 | 0.34 | 0 | 0.07 | 0 | 167.59 | 1 | 0.83 |
| Hex | A8 | FF | ED | 22 | 0 | 7 | 0 | A8 | 64 | 53 |
| Octal | 250 | 377 | 355 | 42 | 0 | 7 | 0 | 250 | 144 | 123 |
| Binary | 10101000 | 11111111 | 11101101 | 100010 | 0 | 111 | 0 | 10101000 | 1100100 | 1010011 |
Color Harmonies of #A8FFED
Complementary color
Monochromatic Colors of #A8FFED
Black with #A8FFED
Text Example
Text Example
White with #A8FFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8FFED; }
p { color: rgb(168,255,237); }
H1.HeaderClassName
{
color: #A8FFED;
}
.AnyTagClassName
{
color: #A8FFED;
}
</style>
background-color css
<style>
a { background-color: #A8FFED; }
a { background-color: rgb(168,255,237); }
div.DivClassName
{
background-color: #A8FFED;
}
.BgClassName
{
background-color: #A8FFED;
}
</style>
border-color css
<style>
span { border-color: #A8FFED; }
span { border-color: rgb(168,255,237); }
td.TdClassName
{
border-color: #A8FFED;
}
.TagClassName
{
border-color: #A8FFED;
}
</style>