Shades of Pale Turquoise #A8FEFE
Tints of Pale Turquoise #A8FEFE
RGB
CMYK
RGB Variations
Color information
#A8FEFE (or 0xA8FEFE) is known color: Pale Turquoise. HEX triplet: A8, FE and FE. RGB value is (168,254,254). Sum of RGB (Red+Green+Blue) = 168+254+254=676 (89% of max value = 765). Red value is 168 (66.02% from 255 or 24.85% from 676); Green value is 254 (99.61% from 255 or 37.57% from 676); Blue value is 254 (99.61% from 255 or 37.57% from 676); Max value from RGB is 254 - color contains mainly: green, blue. Hex color #A8FEFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A8FEFE is #570101. Grayscale: #E4E4E4. Windows color (decimal): -5701890 or 16711336. OLE color: 16711336.
HSL color Cylindrical-coordinate representation of color #A8FEFE: hue angle of 180º 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 #A8FEFE is Cyan = 0.34, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 168 | 254 | 254 | - |
| CMYK | 0.34 | 0 | 0 | 0.00 |
| HSL | 180º | 0.98% | 0.83% | - |
| HSV(B) | 180º | 0.34% | 1% | - |
| XYZ | 69.48 | 86.36 | 106.77 | - |
| YUV | 228.29 | 142.51 | 85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 254 | 254 | 0.34 | 0 | 0 | 0.00 | 180 | 0.98 | 0.83 |
| Hex | A8 | FE | FE | 22 | 0 | 0 | 0 | B4 | 62 | 53 |
| Octal | 250 | 376 | 376 | 42 | 0 | 0 | 0 | 264 | 142 | 123 |
| Binary | 10101000 | 11111110 | 11111110 | 100010 | 0 | 0 | 0 | 10110100 | 1100010 | 1010011 |
Color Harmonies of #A8FEFE
Complementary color
Monochromatic Colors of #A8FEFE
Black with #A8FEFE
Text Example
Text Example
White with #A8FEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8FEFE; }
p { color: rgb(168,254,254); }
H1.HeaderClassName
{
color: #A8FEFE;
}
.AnyTagClassName
{
color: #A8FEFE;
}
</style>
background-color css
<style>
a { background-color: #A8FEFE; }
a { background-color: rgb(168,254,254); }
div.DivClassName
{
background-color: #A8FEFE;
}
.BgClassName
{
background-color: #A8FEFE;
}
</style>
border-color css
<style>
span { border-color: #A8FEFE; }
span { border-color: rgb(168,254,254); }
td.TdClassName
{
border-color: #A8FEFE;
}
.TagClassName
{
border-color: #A8FEFE;
}
</style>