Shades of Pale Turquoise #A4EDE8
Tints of Pale Turquoise #A4EDE8
RGB
CMYK
RGB Variations
Color information
#A4EDE8 (or 0xA4EDE8) is known color: Pale Turquoise. HEX triplet: A4, ED and E8. RGB value is (164,237,232). Sum of RGB (Red+Green+Blue) = 164+237+232=633 (83% of max value = 765). Red value is 164 (64.45% from 255 or 25.91% from 633); Green value is 237 (92.97% from 255 or 37.44% from 633); Blue value is 232 (91.02% from 255 or 36.65% from 633); Max value from RGB is 237 - color contains mainly: green. Hex color #A4EDE8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A4EDE8 is #5B1217. Grayscale: #D6D6D6. Windows color (decimal): -5968408 or 15265188. OLE color: 15265188.
HSL color Cylindrical-coordinate representation of color #A4EDE8: hue angle of 175.89º 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 #A4EDE8 is Cyan = 0.31, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 164 | 237 | 232 | - |
| CMYK | 0.31 | 0 | 0.02 | 0.07 |
| HSL | 175.89º | 0.67% | 0.79% | - |
| HSV(B) | 175.89º | 0.31% | 0.93% | - |
| XYZ | 60.16 | 74.29 | 87.51 | - |
| YUV | 214.6 | 137.82 | 91.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 237 | 232 | 0.31 | 0 | 0.02 | 0.07 | 175.89 | 0.67 | 0.79 |
| Hex | A4 | ED | E8 | 1F | 0 | 2 | 7 | B0 | 43 | 4F |
| Octal | 244 | 355 | 350 | 37 | 0 | 2 | 7 | 260 | 103 | 117 |
| Binary | 10100100 | 11101101 | 11101000 | 11111 | 0 | 10 | 111 | 10110000 | 1000011 | 1001111 |
Color Harmonies of #A4EDE8
Complementary color
Monochromatic Colors of #A4EDE8
Black with #A4EDE8
Text Example
Text Example
White with #A4EDE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4EDE8; }
p { color: rgb(164,237,232); }
H1.HeaderClassName
{
color: #A4EDE8;
}
.AnyTagClassName
{
color: #A4EDE8;
}
</style>
background-color css
<style>
a { background-color: #A4EDE8; }
a { background-color: rgb(164,237,232); }
div.DivClassName
{
background-color: #A4EDE8;
}
.BgClassName
{
background-color: #A4EDE8;
}
</style>
border-color css
<style>
span { border-color: #A4EDE8; }
span { border-color: rgb(164,237,232); }
td.TdClassName
{
border-color: #A4EDE8;
}
.TagClassName
{
border-color: #A4EDE8;
}
</style>