Shades of Pale Turquoise #ADF2EE
Tints of Pale Turquoise #ADF2EE
RGB
CMYK
RGB Variations
Color information
#ADF2EE (or 0xADF2EE) is known color: Pale Turquoise. HEX triplet: AD, F2 and EE. RGB value is (173,242,238). Sum of RGB (Red+Green+Blue) = 173+242+238=653 (86% of max value = 765). Red value is 173 (67.97% from 255 or 26.49% from 653); Green value is 242 (94.92% from 255 or 37.06% from 653); Blue value is 238 (93.36% from 255 or 36.45% from 653); Max value from RGB is 242 - color contains mainly: green. Hex color #ADF2EE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADF2EE is #520D11. Grayscale: #DCDCDC. Windows color (decimal): -5377298 or 15659693. OLE color: 15659693.
HSL color Cylindrical-coordinate representation of color #ADF2EE: hue angle of 176.52º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ADF2EE is Cyan = 0.29, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 242 | 238 | - |
| CMYK | 0.29 | 0 | 0.02 | 0.05 |
| HSL | 176.52º | 0.73% | 0.81% | - |
| HSV(B) | 176.52º | 0.29% | 0.95% | - |
| XYZ | 64.42 | 78.56 | 92.66 | - |
| YUV | 220.91 | 137.64 | 93.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 242 | 238 | 0.29 | 0 | 0.02 | 0.05 | 176.52 | 0.73 | 0.81 |
| Hex | AD | F2 | EE | 1D | 0 | 2 | 5 | B1 | 49 | 51 |
| Octal | 255 | 362 | 356 | 35 | 0 | 2 | 5 | 261 | 111 | 121 |
| Binary | 10101101 | 11110010 | 11101110 | 11101 | 0 | 10 | 101 | 10110001 | 1001001 | 1010001 |
Color Harmonies of #ADF2EE
Complementary color
Monochromatic Colors of #ADF2EE
Black with #ADF2EE
Text Example
Text Example
White with #ADF2EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF2EE; }
p { color: rgb(173,242,238); }
H1.HeaderClassName
{
color: #ADF2EE;
}
.AnyTagClassName
{
color: #ADF2EE;
}
</style>
background-color css
<style>
a { background-color: #ADF2EE; }
a { background-color: rgb(173,242,238); }
div.DivClassName
{
background-color: #ADF2EE;
}
.BgClassName
{
background-color: #ADF2EE;
}
</style>
border-color css
<style>
span { border-color: #ADF2EE; }
span { border-color: rgb(173,242,238); }
td.TdClassName
{
border-color: #ADF2EE;
}
.TagClassName
{
border-color: #ADF2EE;
}
</style>