Shades of Pale Turquoise #ADF2EA
Tints of Pale Turquoise #ADF2EA
RGB
CMYK
RGB Variations
Color information
#ADF2EA (or 0xADF2EA) is known color: Pale Turquoise. HEX triplet: AD, F2 and EA. RGB value is (173,242,234). Sum of RGB (Red+Green+Blue) = 173+242+234=649 (85% of max value = 765). Red value is 173 (67.97% from 255 or 26.66% from 649); Green value is 242 (94.92% from 255 or 37.29% from 649); Blue value is 234 (91.80% from 255 or 36.06% from 649); Max value from RGB is 242 - color contains mainly: green. Hex color #ADF2EA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADF2EA is #520D15. Grayscale: #DCDCDC. Windows color (decimal): -5377302 or 15397549. OLE color: 15397549.
HSL color Cylindrical-coordinate representation of color #ADF2EA: hue angle of 173.04º 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 #ADF2EA is Cyan = 0.29, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 242 | 234 | - |
| CMYK | 0.29 | 0 | 0.03 | 0.05 |
| HSL | 173.04º | 0.73% | 0.81% | - |
| HSV(B) | 173.04º | 0.29% | 0.95% | - |
| XYZ | 63.84 | 78.33 | 89.6 | - |
| YUV | 220.46 | 135.64 | 94.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 242 | 234 | 0.29 | 0 | 0.03 | 0.05 | 173.04 | 0.73 | 0.81 |
| Hex | AD | F2 | EA | 1D | 0 | 3 | 5 | AD | 49 | 51 |
| Octal | 255 | 362 | 352 | 35 | 0 | 3 | 5 | 255 | 111 | 121 |
| Binary | 10101101 | 11110010 | 11101010 | 11101 | 0 | 11 | 101 | 10101101 | 1001001 | 1010001 |
Color Harmonies of #ADF2EA
Complementary color
Monochromatic Colors of #ADF2EA
Black with #ADF2EA
Text Example
Text Example
White with #ADF2EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF2EA; }
p { color: rgb(173,242,234); }
H1.HeaderClassName
{
color: #ADF2EA;
}
.AnyTagClassName
{
color: #ADF2EA;
}
</style>
background-color css
<style>
a { background-color: #ADF2EA; }
a { background-color: rgb(173,242,234); }
div.DivClassName
{
background-color: #ADF2EA;
}
.BgClassName
{
background-color: #ADF2EA;
}
</style>
border-color css
<style>
span { border-color: #ADF2EA; }
span { border-color: rgb(173,242,234); }
td.TdClassName
{
border-color: #ADF2EA;
}
.TagClassName
{
border-color: #ADF2EA;
}
</style>