Shades of Pale Turquoise #A4EDEA
Tints of Pale Turquoise #A4EDEA
RGB
CMYK
RGB Variations
Color information
#A4EDEA (or 0xA4EDEA) is known color: Pale Turquoise. HEX triplet: A4, ED and EA. RGB value is (164,237,234). Sum of RGB (Red+Green+Blue) = 164+237+234=635 (84% of max value = 765). Red value is 164 (64.45% from 255 or 25.83% from 635); Green value is 237 (92.97% from 255 or 37.32% from 635); Blue value is 234 (91.80% from 255 or 36.85% from 635); Max value from RGB is 237 - color contains mainly: green. Hex color #A4EDEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A4EDEA is #5B1215. Grayscale: #D6D6D6. Windows color (decimal): -5968406 or 15396260. OLE color: 15396260.
HSL color Cylindrical-coordinate representation of color #A4EDEA: hue angle of 177.53º degrees, saturation: 0.67, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A4EDEA is Cyan = 0.31, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 164 | 237 | 234 | - |
| CMYK | 0.31 | 0 | 0.01 | 0.07 |
| HSL | 177.53º | 0.67% | 0.79% | - |
| HSV(B) | 177.53º | 0.31% | 0.93% | - |
| XYZ | 60.45 | 74.4 | 89.02 | - |
| YUV | 214.83 | 138.82 | 91.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 237 | 234 | 0.31 | 0 | 0.01 | 0.07 | 177.53 | 0.67 | 0.79 |
| Hex | A4 | ED | EA | 1F | 0 | 1 | 7 | B2 | 43 | 4F |
| Octal | 244 | 355 | 352 | 37 | 0 | 1 | 7 | 262 | 103 | 117 |
| Binary | 10100100 | 11101101 | 11101010 | 11111 | 0 | 1 | 111 | 10110010 | 1000011 | 1001111 |
Color Harmonies of #A4EDEA
Complementary color
Monochromatic Colors of #A4EDEA
Black with #A4EDEA
Text Example
Text Example
White with #A4EDEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4EDEA; }
p { color: rgb(164,237,234); }
H1.HeaderClassName
{
color: #A4EDEA;
}
.AnyTagClassName
{
color: #A4EDEA;
}
</style>
background-color css
<style>
a { background-color: #A4EDEA; }
a { background-color: rgb(164,237,234); }
div.DivClassName
{
background-color: #A4EDEA;
}
.BgClassName
{
background-color: #A4EDEA;
}
</style>
border-color css
<style>
span { border-color: #A4EDEA; }
span { border-color: rgb(164,237,234); }
td.TdClassName
{
border-color: #A4EDEA;
}
.TagClassName
{
border-color: #A4EDEA;
}
</style>