Shades of Pale Turquoise #A7EAE3
Tints of Pale Turquoise #A7EAE3
RGB
CMYK
RGB Variations
Color information
#A7EAE3 (or 0xA7EAE3) is known color: Pale Turquoise. HEX triplet: A7, EA and E3. RGB value is (167,234,227). Sum of RGB (Red+Green+Blue) = 167+234+227=628 (83% of max value = 765). Red value is 167 (65.62% from 255 or 26.59% from 628); Green value is 234 (91.80% from 255 or 37.26% from 628); Blue value is 227 (89.06% from 255 or 36.15% from 628); Max value from RGB is 234 - color contains mainly: green. Hex color #A7EAE3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A7EAE3 is #58151C. Grayscale: #D5D5D5. Windows color (decimal): -5772573 or 14936743. OLE color: 14936743.
HSL color Cylindrical-coordinate representation of color #A7EAE3: hue angle of 173.73º degrees, saturation: 0.61, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A7EAE3 is Cyan = 0.29, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 167 | 234 | 227 | - |
| CMYK | 0.29 | 0 | 0.03 | 0.08 |
| HSL | 173.73º | 0.61% | 0.79% | - |
| HSV(B) | 173.73º | 0.29% | 0.92% | - |
| XYZ | 59.22 | 72.61 | 83.57 | - |
| YUV | 213.17 | 135.8 | 95.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 234 | 227 | 0.29 | 0 | 0.03 | 0.08 | 173.73 | 0.61 | 0.79 |
| Hex | A7 | EA | E3 | 1D | 0 | 3 | 8 | AE | 3D | 4F |
| Octal | 247 | 352 | 343 | 35 | 0 | 3 | 10 | 256 | 75 | 117 |
| Binary | 10100111 | 11101010 | 11100011 | 11101 | 0 | 11 | 1000 | 10101110 | 111101 | 1001111 |
Color Harmonies of #A7EAE3
Complementary color
Monochromatic Colors of #A7EAE3
Black with #A7EAE3
Text Example
Text Example
White with #A7EAE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7EAE3; }
p { color: rgb(167,234,227); }
H1.HeaderClassName
{
color: #A7EAE3;
}
.AnyTagClassName
{
color: #A7EAE3;
}
</style>
background-color css
<style>
a { background-color: #A7EAE3; }
a { background-color: rgb(167,234,227); }
div.DivClassName
{
background-color: #A7EAE3;
}
.BgClassName
{
background-color: #A7EAE3;
}
</style>
border-color css
<style>
span { border-color: #A7EAE3; }
span { border-color: rgb(167,234,227); }
td.TdClassName
{
border-color: #A7EAE3;
}
.TagClassName
{
border-color: #A7EAE3;
}
</style>