Shades of Pale Turquoise #A7EDE3
Tints of Pale Turquoise #A7EDE3
RGB
CMYK
RGB Variations
Color information
#A7EDE3 (or 0xA7EDE3) is known color: Pale Turquoise. HEX triplet: A7, ED and E3. RGB value is (167,237,227). Sum of RGB (Red+Green+Blue) = 167+237+227=631 (83% of max value = 765). Red value is 167 (65.62% from 255 or 26.47% from 631); Green value is 237 (92.97% from 255 or 37.56% from 631); Blue value is 227 (89.06% from 255 or 35.97% from 631); Max value from RGB is 237 - color contains mainly: green. Hex color #A7EDE3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A7EDE3 is #58121C. Grayscale: #D6D6D6. Windows color (decimal): -5771805 or 14937511. OLE color: 14937511.
HSL color Cylindrical-coordinate representation of color #A7EDE3: hue angle of 171.43º degrees, saturation: 0.66, 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 #A7EDE3 is Cyan = 0.30, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 167 | 237 | 227 | - |
| CMYK | 0.30 | 0 | 0.04 | 0.07 |
| HSL | 171.43º | 0.66% | 0.79% | - |
| HSV(B) | 171.43º | 0.3% | 0.93% | - |
| XYZ | 60.09 | 74.33 | 83.85 | - |
| YUV | 214.93 | 134.81 | 93.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 237 | 227 | 0.30 | 0 | 0.04 | 0.07 | 171.43 | 0.66 | 0.79 |
| Hex | A7 | ED | E3 | 1E | 0 | 4 | 7 | AB | 42 | 4F |
| Octal | 247 | 355 | 343 | 36 | 0 | 4 | 7 | 253 | 102 | 117 |
| Binary | 10100111 | 11101101 | 11100011 | 11110 | 0 | 100 | 111 | 10101011 | 1000010 | 1001111 |
Color Harmonies of #A7EDE3
Complementary color
Monochromatic Colors of #A7EDE3
Black with #A7EDE3
Text Example
Text Example
White with #A7EDE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7EDE3; }
p { color: rgb(167,237,227); }
H1.HeaderClassName
{
color: #A7EDE3;
}
.AnyTagClassName
{
color: #A7EDE3;
}
</style>
background-color css
<style>
a { background-color: #A7EDE3; }
a { background-color: rgb(167,237,227); }
div.DivClassName
{
background-color: #A7EDE3;
}
.BgClassName
{
background-color: #A7EDE3;
}
</style>
border-color css
<style>
span { border-color: #A7EDE3; }
span { border-color: rgb(167,237,227); }
td.TdClassName
{
border-color: #A7EDE3;
}
.TagClassName
{
border-color: #A7EDE3;
}
</style>