Shades of Pale Turquoise #ADEFE7
Tints of Pale Turquoise #ADEFE7
RGB
CMYK
RGB Variations
Color information
#ADEFE7 (or 0xADEFE7) is known color: Pale Turquoise. HEX triplet: AD, EF and E7. RGB value is (173,239,231). Sum of RGB (Red+Green+Blue) = 173+239+231=643 (85% of max value = 765). Red value is 173 (67.97% from 255 or 26.91% from 643); Green value is 239 (93.75% from 255 or 37.17% from 643); Blue value is 231 (90.62% from 255 or 35.93% from 643); Max value from RGB is 239 - color contains mainly: green. Hex color #ADEFE7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADEFE7 is #521018. Grayscale: #DADADA. Windows color (decimal): -5378073 or 15200173. OLE color: 15200173.
HSL color Cylindrical-coordinate representation of color #ADEFE7: hue angle of 172.73º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ADEFE7 is Cyan = 0.28, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 173 | 239 | 231 | - |
| CMYK | 0.28 | 0 | 0.03 | 0.06 |
| HSL | 172.73º | 0.67% | 0.81% | - |
| HSV(B) | 172.73º | 0.28% | 0.94% | - |
| XYZ | 62.52 | 76.39 | 87.05 | - |
| YUV | 218.35 | 135.13 | 95.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 239 | 231 | 0.28 | 0 | 0.03 | 0.06 | 172.73 | 0.67 | 0.81 |
| Hex | AD | EF | E7 | 1C | 0 | 3 | 6 | AD | 43 | 51 |
| Octal | 255 | 357 | 347 | 34 | 0 | 3 | 6 | 255 | 103 | 121 |
| Binary | 10101101 | 11101111 | 11100111 | 11100 | 0 | 11 | 110 | 10101101 | 1000011 | 1010001 |
Color Harmonies of #ADEFE7
Complementary color
Monochromatic Colors of #ADEFE7
Black with #ADEFE7
Text Example
Text Example
White with #ADEFE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADEFE7; }
p { color: rgb(173,239,231); }
H1.HeaderClassName
{
color: #ADEFE7;
}
.AnyTagClassName
{
color: #ADEFE7;
}
</style>
background-color css
<style>
a { background-color: #ADEFE7; }
a { background-color: rgb(173,239,231); }
div.DivClassName
{
background-color: #ADEFE7;
}
.BgClassName
{
background-color: #ADEFE7;
}
</style>
border-color css
<style>
span { border-color: #ADEFE7; }
span { border-color: rgb(173,239,231); }
td.TdClassName
{
border-color: #ADEFE7;
}
.TagClassName
{
border-color: #ADEFE7;
}
</style>