Shades of Pale Turquoise #A7EEF0
Tints of Pale Turquoise #A7EEF0
RGB
CMYK
RGB Variations
Color information
#A7EEF0 (or 0xA7EEF0) is known color: Pale Turquoise. HEX triplet: A7, EE and F0. RGB value is (167,238,240). Sum of RGB (Red+Green+Blue) = 167+238+240=645 (85% of max value = 765). Red value is 167 (65.62% from 255 or 25.89% from 645); Green value is 238 (93.36% from 255 or 36.90% from 645); Blue value is 240 (94.14% from 255 or 37.21% from 645); Max value from RGB is 240 - color contains mainly: blue. Hex color #A7EEF0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A7EEF0 is #58110F. Grayscale: #D8D8D8. Windows color (decimal): -5771536 or 15789735. OLE color: 15789735.
HSL color Cylindrical-coordinate representation of color #A7EEF0: hue angle of 181.64º degrees, saturation: 0.71, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A7EEF0 is Cyan = 0.30, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 167 | 238 | 240 | - |
| CMYK | 0.30 | 0.01 | 0 | 0.06 |
| HSL | 181.64º | 0.71% | 0.8% | - |
| HSV(B) | 181.64º | 0.3% | 0.94% | - |
| XYZ | 62.24 | 75.66 | 93.76 | - |
| YUV | 217 | 140.98 | 92.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 238 | 240 | 0.30 | 0.01 | 0 | 0.06 | 181.64 | 0.71 | 0.8 |
| Hex | A7 | EE | F0 | 1E | 1 | 0 | 6 | B6 | 47 | 50 |
| Octal | 247 | 356 | 360 | 36 | 1 | 0 | 6 | 266 | 107 | 120 |
| Binary | 10100111 | 11101110 | 11110000 | 11110 | 1 | 0 | 110 | 10110110 | 1000111 | 1010000 |
Color Harmonies of #A7EEF0
Complementary color
Monochromatic Colors of #A7EEF0
Black with #A7EEF0
Text Example
Text Example
White with #A7EEF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7EEF0; }
p { color: rgb(167,238,240); }
H1.HeaderClassName
{
color: #A7EEF0;
}
.AnyTagClassName
{
color: #A7EEF0;
}
</style>
background-color css
<style>
a { background-color: #A7EEF0; }
a { background-color: rgb(167,238,240); }
div.DivClassName
{
background-color: #A7EEF0;
}
.BgClassName
{
background-color: #A7EEF0;
}
</style>
border-color css
<style>
span { border-color: #A7EEF0; }
span { border-color: rgb(167,238,240); }
td.TdClassName
{
border-color: #A7EEF0;
}
.TagClassName
{
border-color: #A7EEF0;
}
</style>