Shades of Pale Turquoise #A8FAEA
Tints of Pale Turquoise #A8FAEA
RGB
CMYK
RGB Variations
Color information
#A8FAEA (or 0xA8FAEA) is known color: Pale Turquoise. HEX triplet: A8, FA and EA. RGB value is (168,250,234). Sum of RGB (Red+Green+Blue) = 168+250+234=652 (86% of max value = 765). Red value is 168 (66.02% from 255 or 25.77% from 652); Green value is 250 (98.05% from 255 or 38.34% from 652); Blue value is 234 (91.80% from 255 or 35.89% from 652); Max value from RGB is 250 - color contains mainly: green. Hex color #A8FAEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A8FAEA is #570515. Grayscale: #DFDFDF. Windows color (decimal): -5702934 or 15399592. OLE color: 15399592.
HSL color Cylindrical-coordinate representation of color #A8FAEA: hue angle of 168.29º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A8FAEA is Cyan = 0.33, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 168 | 250 | 234 | - |
| CMYK | 0.33 | 0 | 0.06 | 0.02 |
| HSL | 168.29º | 0.89% | 0.82% | - |
| HSV(B) | 168.29º | 0.33% | 0.98% | - |
| XYZ | 65.19 | 82.64 | 90.36 | - |
| YUV | 223.66 | 133.83 | 88.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 250 | 234 | 0.33 | 0 | 0.06 | 0.02 | 168.29 | 0.89 | 0.82 |
| Hex | A8 | FA | EA | 21 | 0 | 6 | 2 | A8 | 59 | 52 |
| Octal | 250 | 372 | 352 | 41 | 0 | 6 | 2 | 250 | 131 | 122 |
| Binary | 10101000 | 11111010 | 11101010 | 100001 | 0 | 110 | 10 | 10101000 | 1011001 | 1010010 |
Color Harmonies of #A8FAEA
Complementary color
Monochromatic Colors of #A8FAEA
Black with #A8FAEA
Text Example
Text Example
White with #A8FAEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8FAEA; }
p { color: rgb(168,250,234); }
H1.HeaderClassName
{
color: #A8FAEA;
}
.AnyTagClassName
{
color: #A8FAEA;
}
</style>
background-color css
<style>
a { background-color: #A8FAEA; }
a { background-color: rgb(168,250,234); }
div.DivClassName
{
background-color: #A8FAEA;
}
.BgClassName
{
background-color: #A8FAEA;
}
</style>
border-color css
<style>
span { border-color: #A8FAEA; }
span { border-color: rgb(168,250,234); }
td.TdClassName
{
border-color: #A8FAEA;
}
.TagClassName
{
border-color: #A8FAEA;
}
</style>