Shades of Pale Turquoise #A7FEED
Tints of Pale Turquoise #A7FEED
RGB
CMYK
RGB Variations
Color information
#A7FEED (or 0xA7FEED) is known color: Pale Turquoise. HEX triplet: A7, FE and ED. RGB value is (167,254,237). Sum of RGB (Red+Green+Blue) = 167+254+237=658 (87% of max value = 765). Red value is 167 (65.62% from 255 or 25.38% from 658); Green value is 254 (99.61% from 255 or 38.60% from 658); Blue value is 237 (92.97% from 255 or 36.02% from 658); Max value from RGB is 254 - color contains mainly: green. Hex color #A7FEED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A7FEED is #580112. Grayscale: #E2E2E2. Windows color (decimal): -5767443 or 15597223. OLE color: 15597223.
HSL color Cylindrical-coordinate representation of color #A7FEED: hue angle of 168.28º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A7FEED is Cyan = 0.34, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 167 | 254 | 237 | - |
| CMYK | 0.34 | 0 | 0.07 | 0.00 |
| HSL | 168.28º | 0.98% | 0.83% | - |
| HSV(B) | 168.28º | 0.34% | 1% | - |
| XYZ | 66.66 | 85.21 | 93.06 | - |
| YUV | 226.05 | 134.18 | 85.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 254 | 237 | 0.34 | 0 | 0.07 | 0.00 | 168.28 | 0.98 | 0.83 |
| Hex | A7 | FE | ED | 22 | 0 | 7 | 0 | A8 | 62 | 53 |
| Octal | 247 | 376 | 355 | 42 | 0 | 7 | 0 | 250 | 142 | 123 |
| Binary | 10100111 | 11111110 | 11101101 | 100010 | 0 | 111 | 0 | 10101000 | 1100010 | 1010011 |
Color Harmonies of #A7FEED
Complementary color
Monochromatic Colors of #A7FEED
Black with #A7FEED
Text Example
Text Example
White with #A7FEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7FEED; }
p { color: rgb(167,254,237); }
H1.HeaderClassName
{
color: #A7FEED;
}
.AnyTagClassName
{
color: #A7FEED;
}
</style>
background-color css
<style>
a { background-color: #A7FEED; }
a { background-color: rgb(167,254,237); }
div.DivClassName
{
background-color: #A7FEED;
}
.BgClassName
{
background-color: #A7FEED;
}
</style>
border-color css
<style>
span { border-color: #A7FEED; }
span { border-color: rgb(167,254,237); }
td.TdClassName
{
border-color: #A7FEED;
}
.TagClassName
{
border-color: #A7FEED;
}
</style>