Shades of Pale Turquoise #ADE6E3
Tints of Pale Turquoise #ADE6E3
RGB
CMYK
RGB Variations
Color information
#ADE6E3 (or 0xADE6E3) is known color: Pale Turquoise. HEX triplet: AD, E6 and E3. RGB value is (173,230,227). Sum of RGB (Red+Green+Blue) = 173+230+227=630 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.46% from 630); Green value is 230 (90.23% from 255 or 36.51% from 630); Blue value is 227 (89.06% from 255 or 36.03% from 630); Max value from RGB is 230 - color contains mainly: green. Hex color #ADE6E3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADE6E3 is #52191C. Grayscale: #D4D4D4. Windows color (decimal): -5380381 or 14935725. OLE color: 14935725.
HSL color Cylindrical-coordinate representation of color #ADE6E3: hue angle of 176.84º 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 #ADE6E3 is Cyan = 0.25, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 173 | 230 | 227 | - |
| CMYK | 0.25 | 0 | 0.01 | 0.10 |
| HSL | 176.84º | 0.53% | 0.79% | - |
| HSV(B) | 176.84º | 0.25% | 0.9% | - |
| XYZ | 59.4 | 71.02 | 83.25 | - |
| YUV | 212.62 | 136.12 | 99.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 230 | 227 | 0.25 | 0 | 0.01 | 0.10 | 176.84 | 0.53 | 0.79 |
| Hex | AD | E6 | E3 | 19 | 0 | 1 | A | B1 | 35 | 4F |
| Octal | 255 | 346 | 343 | 31 | 0 | 1 | 12 | 261 | 65 | 117 |
| Binary | 10101101 | 11100110 | 11100011 | 11001 | 0 | 1 | 1010 | 10110001 | 110101 | 1001111 |
Color Harmonies of #ADE6E3
Complementary color
Monochromatic Colors of #ADE6E3
Black with #ADE6E3
Text Example
Text Example
White with #ADE6E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE6E3; }
p { color: rgb(173,230,227); }
H1.HeaderClassName
{
color: #ADE6E3;
}
.AnyTagClassName
{
color: #ADE6E3;
}
</style>
background-color css
<style>
a { background-color: #ADE6E3; }
a { background-color: rgb(173,230,227); }
div.DivClassName
{
background-color: #ADE6E3;
}
.BgClassName
{
background-color: #ADE6E3;
}
</style>
border-color css
<style>
span { border-color: #ADE6E3; }
span { border-color: rgb(173,230,227); }
td.TdClassName
{
border-color: #ADE6E3;
}
.TagClassName
{
border-color: #ADE6E3;
}
</style>