Shades of Pale Turquoise #A7E9EA
Tints of Pale Turquoise #A7E9EA
RGB
CMYK
RGB Variations
Color information
#A7E9EA (or 0xA7E9EA) is known color: Pale Turquoise. HEX triplet: A7, E9 and EA. RGB value is (167,233,234). Sum of RGB (Red+Green+Blue) = 167+233+234=634 (83% of max value = 765). Red value is 167 (65.62% from 255 or 26.34% from 634); Green value is 233 (91.41% from 255 or 36.75% from 634); Blue value is 234 (91.80% from 255 or 36.91% from 634); Max value from RGB is 234 - color contains mainly: blue. Hex color #A7E9EA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A7E9EA is #581615. Grayscale: #D5D5D5. Windows color (decimal): -5772822 or 15395239. OLE color: 15395239.
HSL color Cylindrical-coordinate representation of color #A7E9EA: hue angle of 180.9º 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 #A7E9EA is Cyan = 0.29, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 167 | 233 | 234 | - |
| CMYK | 0.29 | 0.00 | 0 | 0.08 |
| HSL | 180.9º | 0.61% | 0.79% | - |
| HSV(B) | 180.9º | 0.29% | 0.92% | - |
| XYZ | 59.93 | 72.43 | 88.66 | - |
| YUV | 213.38 | 139.63 | 94.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 233 | 234 | 0.29 | 0.00 | 0 | 0.08 | 180.9 | 0.61 | 0.79 |
| Hex | A7 | E9 | EA | 1D | 0 | 0 | 8 | B5 | 3D | 4F |
| Octal | 247 | 351 | 352 | 35 | 0 | 0 | 10 | 265 | 75 | 117 |
| Binary | 10100111 | 11101001 | 11101010 | 11101 | 0 | 0 | 1000 | 10110101 | 111101 | 1001111 |
Color Harmonies of #A7E9EA
Complementary color
Monochromatic Colors of #A7E9EA
Black with #A7E9EA
Text Example
Text Example
White with #A7E9EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7E9EA; }
p { color: rgb(167,233,234); }
H1.HeaderClassName
{
color: #A7E9EA;
}
.AnyTagClassName
{
color: #A7E9EA;
}
</style>
background-color css
<style>
a { background-color: #A7E9EA; }
a { background-color: rgb(167,233,234); }
div.DivClassName
{
background-color: #A7E9EA;
}
.BgClassName
{
background-color: #A7E9EA;
}
</style>
border-color css
<style>
span { border-color: #A7E9EA; }
span { border-color: rgb(167,233,234); }
td.TdClassName
{
border-color: #A7E9EA;
}
.TagClassName
{
border-color: #A7E9EA;
}
</style>