Shades of Pale Turquoise #A7EAEE
Tints of Pale Turquoise #A7EAEE
RGB
CMYK
RGB Variations
Color information
#A7EAEE (or 0xA7EAEE) is known color: Pale Turquoise. HEX triplet: A7, EA and EE. RGB value is (167,234,238). Sum of RGB (Red+Green+Blue) = 167+234+238=639 (84% of max value = 765). Red value is 167 (65.62% from 255 or 26.13% from 639); Green value is 234 (91.80% from 255 or 36.62% from 639); Blue value is 238 (93.36% from 255 or 37.25% from 639); Max value from RGB is 238 - color contains mainly: blue. Hex color #A7EAEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A7EAEE is #581511. Grayscale: #D6D6D6. Windows color (decimal): -5772562 or 15657639. OLE color: 15657639.
HSL color Cylindrical-coordinate representation of color #A7EAEE: hue angle of 183.38º degrees, saturation: 0.68, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A7EAEE is Cyan = 0.30, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 167 | 234 | 238 | - |
| CMYK | 0.30 | 0.02 | 0 | 0.07 |
| HSL | 183.38º | 0.68% | 0.79% | - |
| HSV(B) | 183.38º | 0.3% | 0.93% | - |
| XYZ | 60.79 | 73.23 | 91.82 | - |
| YUV | 214.42 | 141.3 | 94.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 234 | 238 | 0.30 | 0.02 | 0 | 0.07 | 183.38 | 0.68 | 0.79 |
| Hex | A7 | EA | EE | 1E | 2 | 0 | 7 | B7 | 44 | 4F |
| Octal | 247 | 352 | 356 | 36 | 2 | 0 | 7 | 267 | 104 | 117 |
| Binary | 10100111 | 11101010 | 11101110 | 11110 | 10 | 0 | 111 | 10110111 | 1000100 | 1001111 |
Color Harmonies of #A7EAEE
Complementary color
Monochromatic Colors of #A7EAEE
Black with #A7EAEE
Text Example
Text Example
White with #A7EAEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7EAEE; }
p { color: rgb(167,234,238); }
H1.HeaderClassName
{
color: #A7EAEE;
}
.AnyTagClassName
{
color: #A7EAEE;
}
</style>
background-color css
<style>
a { background-color: #A7EAEE; }
a { background-color: rgb(167,234,238); }
div.DivClassName
{
background-color: #A7EAEE;
}
.BgClassName
{
background-color: #A7EAEE;
}
</style>
border-color css
<style>
span { border-color: #A7EAEE; }
span { border-color: rgb(167,234,238); }
td.TdClassName
{
border-color: #A7EAEE;
}
.TagClassName
{
border-color: #A7EAEE;
}
</style>