Shades of Pale Turquoise #ADE6E4
Tints of Pale Turquoise #ADE6E4
RGB
CMYK
RGB Variations
Color information
#ADE6E4 (or 0xADE6E4) is known color: Pale Turquoise. HEX triplet: AD, E6 and E4. RGB value is (173,230,228). Sum of RGB (Red+Green+Blue) = 173+230+228=631 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.42% from 631); Green value is 230 (90.23% from 255 or 36.45% from 631); Blue value is 228 (89.45% from 255 or 36.13% from 631); Max value from RGB is 230 - color contains mainly: green. Hex color #ADE6E4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADE6E4 is #52191B. Grayscale: #D4D4D4. Windows color (decimal): -5380380 or 15001261. OLE color: 15001261.
HSL color Cylindrical-coordinate representation of color #ADE6E4: hue angle of 177.89º degrees, saturation: 0.53, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ADE6E4 is Cyan = 0.25, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 173 | 230 | 228 | - |
| CMYK | 0.25 | 0 | 0.01 | 0.10 |
| HSL | 177.89º | 0.53% | 0.79% | - |
| HSV(B) | 177.89º | 0.25% | 0.9% | - |
| XYZ | 59.53 | 71.08 | 83.98 | - |
| YUV | 212.73 | 136.62 | 99.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 230 | 228 | 0.25 | 0 | 0.01 | 0.10 | 177.89 | 0.53 | 0.79 |
| Hex | AD | E6 | E4 | 19 | 0 | 1 | A | B2 | 35 | 4F |
| Octal | 255 | 346 | 344 | 31 | 0 | 1 | 12 | 262 | 65 | 117 |
| Binary | 10101101 | 11100110 | 11100100 | 11001 | 0 | 1 | 1010 | 10110010 | 110101 | 1001111 |
Color Harmonies of #ADE6E4
Complementary color
Monochromatic Colors of #ADE6E4
Black with #ADE6E4
Text Example
Text Example
White with #ADE6E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE6E4; }
p { color: rgb(173,230,228); }
H1.HeaderClassName
{
color: #ADE6E4;
}
.AnyTagClassName
{
color: #ADE6E4;
}
</style>
background-color css
<style>
a { background-color: #ADE6E4; }
a { background-color: rgb(173,230,228); }
div.DivClassName
{
background-color: #ADE6E4;
}
.BgClassName
{
background-color: #ADE6E4;
}
</style>
border-color css
<style>
span { border-color: #ADE6E4; }
span { border-color: rgb(173,230,228); }
td.TdClassName
{
border-color: #ADE6E4;
}
.TagClassName
{
border-color: #ADE6E4;
}
</style>