Shades of Pale Turquoise #A8F7EE
Tints of Pale Turquoise #A8F7EE
RGB
CMYK
RGB Variations
Color information
#A8F7EE (or 0xA8F7EE) is known color: Pale Turquoise. HEX triplet: A8, F7 and EE. RGB value is (168,247,238). Sum of RGB (Red+Green+Blue) = 168+247+238=653 (86% of max value = 765). Red value is 168 (66.02% from 255 or 25.73% from 653); Green value is 247 (96.88% from 255 or 37.83% from 653); Blue value is 238 (93.36% from 255 or 36.45% from 653); Max value from RGB is 247 - color contains mainly: green. Hex color #A8F7EE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A8F7EE is #570811. Grayscale: #DEDEDE. Windows color (decimal): -5703698 or 15660968. OLE color: 15660968.
HSL color Cylindrical-coordinate representation of color #A8F7EE: hue angle of 173.16º degrees, saturation: 0.83, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A8F7EE is Cyan = 0.32, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
RGB | 168 | 247 | 238 | - |
CMYK | 0.32 | 0 | 0.04 | 0.03 |
HSL | 173.16º | 0.83% | 0.81% | - |
HSV(B) | 173.16º | 0.32% | 0.97% | - |
XYZ | 64.84 | 81.02 | 93.11 | - |
YUV | 222.35 | 136.83 | 89.23 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 247 | 238 | 0.32 | 0 | 0.04 | 0.03 | 173.16 | 0.83 | 0.81 |
Hex | A8 | F7 | EE | 20 | 0 | 4 | 3 | AD | 53 | 51 |
Octal | 250 | 367 | 356 | 40 | 0 | 4 | 3 | 255 | 123 | 121 |
Binary | 10101000 | 11110111 | 11101110 | 100000 | 0 | 100 | 11 | 10101101 | 1010011 | 1010001 |
Color Harmonies of #A8F7EE
Complementary color
Monochromatic Colors of #A8F7EE
Black with #A8F7EE
Text Example
Text Example
White with #A8F7EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F7EE; }
p { color: rgb(168,247,238); }
H1.HeaderClassName
{
color: #A8F7EE;
}
.AnyTagClassName
{
color: #A8F7EE;
}
</style>
background-color css
<style>
a { background-color: #A8F7EE; }
a { background-color: rgb(168,247,238); }
div.DivClassName
{
background-color: #A8F7EE;
}
.BgClassName
{
background-color: #A8F7EE;
}
</style>
border-color css
<style>
span { border-color: #A8F7EE; }
span { border-color: rgb(168,247,238); }
td.TdClassName
{
border-color: #A8F7EE;
}
.TagClassName
{
border-color: #A8F7EE;
}
</style>