Shades of Pale Turquoise #A8FEF3
Tints of Pale Turquoise #A8FEF3
RGB
CMYK
RGB Variations
Color information
#A8FEF3 (or 0xA8FEF3) is known color: Pale Turquoise. HEX triplet: A8, FE and F3. RGB value is (168,254,243). Sum of RGB (Red+Green+Blue) = 168+254+243=665 (88% of max value = 765). Red value is 168 (66.02% from 255 or 25.26% from 665); Green value is 254 (99.61% from 255 or 38.20% from 665); Blue value is 243 (95.31% from 255 or 36.54% from 665); Max value from RGB is 254 - color contains mainly: green. Hex color #A8FEF3 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A8FEF3 is #57010C. Grayscale: #E2E2E2. Windows color (decimal): -5701901 or 15990440. OLE color: 15990440.
HSL color Cylindrical-coordinate representation of color #A8FEF3: hue angle of 172.33º 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 #A8FEF3 is Cyan = 0.34, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 168 | 254 | 243 | - |
| CMYK | 0.34 | 0 | 0.04 | 0.00 |
| HSL | 172.33º | 0.98% | 0.83% | - |
| HSV(B) | 172.33º | 0.34% | 1% | - |
| XYZ | 67.77 | 85.68 | 97.76 | - |
| YUV | 227.03 | 137.01 | 85.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 254 | 243 | 0.34 | 0 | 0.04 | 0.00 | 172.33 | 0.98 | 0.83 |
| Hex | A8 | FE | F3 | 22 | 0 | 4 | 0 | AC | 62 | 53 |
| Octal | 250 | 376 | 363 | 42 | 0 | 4 | 0 | 254 | 142 | 123 |
| Binary | 10101000 | 11111110 | 11110011 | 100010 | 0 | 100 | 0 | 10101100 | 1100010 | 1010011 |
Color Harmonies of #A8FEF3
Complementary color
Monochromatic Colors of #A8FEF3
Black with #A8FEF3
Text Example
Text Example
White with #A8FEF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8FEF3; }
p { color: rgb(168,254,243); }
H1.HeaderClassName
{
color: #A8FEF3;
}
.AnyTagClassName
{
color: #A8FEF3;
}
</style>
background-color css
<style>
a { background-color: #A8FEF3; }
a { background-color: rgb(168,254,243); }
div.DivClassName
{
background-color: #A8FEF3;
}
.BgClassName
{
background-color: #A8FEF3;
}
</style>
border-color css
<style>
span { border-color: #A8FEF3; }
span { border-color: rgb(168,254,243); }
td.TdClassName
{
border-color: #A8FEF3;
}
.TagClassName
{
border-color: #A8FEF3;
}
</style>