Shades of Pale Turquoise #A7FAEE
Tints of Pale Turquoise #A7FAEE
RGB
CMYK
RGB Variations
Color information
#A7FAEE (or 0xA7FAEE) is known color: Pale Turquoise. HEX triplet: A7, FA and EE. RGB value is (167,250,238). Sum of RGB (Red+Green+Blue) = 167+250+238=655 (86% of max value = 765). Red value is 167 (65.62% from 255 or 25.50% from 655); Green value is 250 (98.05% from 255 or 38.17% from 655); Blue value is 238 (93.36% from 255 or 36.34% from 655); Max value from RGB is 250 - color contains mainly: green. Hex color #A7FAEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A7FAEE is #580511. Grayscale: #DFDFDF. Windows color (decimal): -5768466 or 15661735. OLE color: 15661735.
HSL color Cylindrical-coordinate representation of color #A7FAEE: hue angle of 171.33º 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 #A7FAEE is Cyan = 0.33, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 167 | 250 | 238 | - |
| CMYK | 0.33 | 0 | 0.05 | 0.02 |
| HSL | 171.33º | 0.89% | 0.82% | - |
| HSV(B) | 171.33º | 0.33% | 0.98% | - |
| XYZ | 65.55 | 82.76 | 93.41 | - |
| YUV | 223.82 | 136 | 87.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 250 | 238 | 0.33 | 0 | 0.05 | 0.02 | 171.33 | 0.89 | 0.82 |
| Hex | A7 | FA | EE | 21 | 0 | 5 | 2 | AB | 59 | 52 |
| Octal | 247 | 372 | 356 | 41 | 0 | 5 | 2 | 253 | 131 | 122 |
| Binary | 10100111 | 11111010 | 11101110 | 100001 | 0 | 101 | 10 | 10101011 | 1011001 | 1010010 |
Color Harmonies of #A7FAEE
Complementary color
Monochromatic Colors of #A7FAEE
Black with #A7FAEE
Text Example
Text Example
White with #A7FAEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7FAEE; }
p { color: rgb(167,250,238); }
H1.HeaderClassName
{
color: #A7FAEE;
}
.AnyTagClassName
{
color: #A7FAEE;
}
</style>
background-color css
<style>
a { background-color: #A7FAEE; }
a { background-color: rgb(167,250,238); }
div.DivClassName
{
background-color: #A7FAEE;
}
.BgClassName
{
background-color: #A7FAEE;
}
</style>
border-color css
<style>
span { border-color: #A7FAEE; }
span { border-color: rgb(167,250,238); }
td.TdClassName
{
border-color: #A7FAEE;
}
.TagClassName
{
border-color: #A7FAEE;
}
</style>