Shades of Pale Turquoise #A8FEFA
Tints of Pale Turquoise #A8FEFA
RGB
CMYK
RGB Variations
Color information
#A8FEFA (or 0xA8FEFA) is known color: Pale Turquoise. HEX triplet: A8, FE and FA. RGB value is (168,254,250). Sum of RGB (Red+Green+Blue) = 168+254+250=672 (89% of max value = 765). Red value is 168 (66.02% from 255 or 25% from 672); Green value is 254 (99.61% from 255 or 37.80% from 672); Blue value is 250 (98.05% from 255 or 37.20% from 672); Max value from RGB is 254 - color contains mainly: green. Hex color #A8FEFA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A8FEFA is #570105. Grayscale: #E3E3E3. Windows color (decimal): -5701894 or 16449192. OLE color: 16449192.
HSL color Cylindrical-coordinate representation of color #A8FEFA: hue angle of 177.21º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A8FEFA is Cyan = 0.34, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 168 | 254 | 250 | - |
| CMYK | 0.34 | 0 | 0.02 | 0.00 |
| HSL | 177.21º | 0.98% | 0.83% | - |
| HSV(B) | 177.21º | 0.34% | 1% | - |
| XYZ | 68.85 | 86.11 | 103.43 | - |
| YUV | 227.83 | 140.51 | 85.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 254 | 250 | 0.34 | 0 | 0.02 | 0.00 | 177.21 | 0.98 | 0.83 |
| Hex | A8 | FE | FA | 22 | 0 | 2 | 0 | B1 | 62 | 53 |
| Octal | 250 | 376 | 372 | 42 | 0 | 2 | 0 | 261 | 142 | 123 |
| Binary | 10101000 | 11111110 | 11111010 | 100010 | 0 | 10 | 0 | 10110001 | 1100010 | 1010011 |
Color Harmonies of #A8FEFA
Complementary color
Monochromatic Colors of #A8FEFA
Black with #A8FEFA
Text Example
Text Example
White with #A8FEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8FEFA; }
p { color: rgb(168,254,250); }
H1.HeaderClassName
{
color: #A8FEFA;
}
.AnyTagClassName
{
color: #A8FEFA;
}
</style>
background-color css
<style>
a { background-color: #A8FEFA; }
a { background-color: rgb(168,254,250); }
div.DivClassName
{
background-color: #A8FEFA;
}
.BgClassName
{
background-color: #A8FEFA;
}
</style>
border-color css
<style>
span { border-color: #A8FEFA; }
span { border-color: rgb(168,254,250); }
td.TdClassName
{
border-color: #A8FEFA;
}
.TagClassName
{
border-color: #A8FEFA;
}
</style>