Shades of Pale Turquoise #ADE7EA
Tints of Pale Turquoise #ADE7EA
RGB
CMYK
RGB Variations
Color information
#ADE7EA (or 0xADE7EA) is known color: Pale Turquoise. HEX triplet: AD, E7 and EA. RGB value is (173,231,234). Sum of RGB (Red+Green+Blue) = 173+231+234=638 (84% of max value = 765). Red value is 173 (67.97% from 255 or 27.12% from 638); Green value is 231 (90.62% from 255 or 36.21% from 638); Blue value is 234 (91.80% from 255 or 36.68% from 638); Max value from RGB is 234 - color contains mainly: blue. Hex color #ADE7EA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADE7EA is #521815. Grayscale: #D5D5D5. Windows color (decimal): -5380118 or 15394733. OLE color: 15394733.
HSL color Cylindrical-coordinate representation of color #ADE7EA: hue angle of 182.95º degrees, saturation: 0.59, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ADE7EA is Cyan = 0.26, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 173 | 231 | 234 | - |
| CMYK | 0.26 | 0.01 | 0 | 0.08 |
| HSL | 182.95º | 0.59% | 0.8% | - |
| HSV(B) | 182.95º | 0.26% | 0.92% | - |
| XYZ | 60.66 | 71.98 | 88.54 | - |
| YUV | 214 | 139.28 | 98.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 231 | 234 | 0.26 | 0.01 | 0 | 0.08 | 182.95 | 0.59 | 0.8 |
| Hex | AD | E7 | EA | 1A | 1 | 0 | 8 | B7 | 3B | 50 |
| Octal | 255 | 347 | 352 | 32 | 1 | 0 | 10 | 267 | 73 | 120 |
| Binary | 10101101 | 11100111 | 11101010 | 11010 | 1 | 0 | 1000 | 10110111 | 111011 | 1010000 |
Color Harmonies of #ADE7EA
Complementary color
Monochromatic Colors of #ADE7EA
Black with #ADE7EA
Text Example
Text Example
White with #ADE7EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE7EA; }
p { color: rgb(173,231,234); }
H1.HeaderClassName
{
color: #ADE7EA;
}
.AnyTagClassName
{
color: #ADE7EA;
}
</style>
background-color css
<style>
a { background-color: #ADE7EA; }
a { background-color: rgb(173,231,234); }
div.DivClassName
{
background-color: #ADE7EA;
}
.BgClassName
{
background-color: #ADE7EA;
}
</style>
border-color css
<style>
span { border-color: #ADE7EA; }
span { border-color: rgb(173,231,234); }
td.TdClassName
{
border-color: #ADE7EA;
}
.TagClassName
{
border-color: #ADE7EA;
}
</style>