Shades of Pale Turquoise #ADF9EA
Tints of Pale Turquoise #ADF9EA
RGB
CMYK
RGB Variations
Color information
#ADF9EA (or 0xADF9EA) is known color: Pale Turquoise. HEX triplet: AD, F9 and EA. RGB value is (173,249,234). Sum of RGB (Red+Green+Blue) = 173+249+234=656 (86% of max value = 765). Red value is 173 (67.97% from 255 or 26.37% from 656); Green value is 249 (97.66% from 255 or 37.96% from 656); Blue value is 234 (91.80% from 255 or 35.67% from 656); Max value from RGB is 249 - color contains mainly: green. Hex color #ADF9EA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADF9EA is #520615. Grayscale: #E0E0E0. Windows color (decimal): -5375510 or 15399341. OLE color: 15399341.
HSL color Cylindrical-coordinate representation of color #ADF9EA: hue angle of 168.16º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ADF9EA is Cyan = 0.31, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 173 | 249 | 234 | - |
| CMYK | 0.31 | 0 | 0.06 | 0.02 |
| HSL | 168.16º | 0.86% | 0.83% | - |
| HSV(B) | 168.16º | 0.31% | 0.98% | - |
| XYZ | 65.96 | 82.58 | 90.3 | - |
| YUV | 224.57 | 133.32 | 91.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 249 | 234 | 0.31 | 0 | 0.06 | 0.02 | 168.16 | 0.86 | 0.83 |
| Hex | AD | F9 | EA | 1F | 0 | 6 | 2 | A8 | 56 | 53 |
| Octal | 255 | 371 | 352 | 37 | 0 | 6 | 2 | 250 | 126 | 123 |
| Binary | 10101101 | 11111001 | 11101010 | 11111 | 0 | 110 | 10 | 10101000 | 1010110 | 1010011 |
Color Harmonies of #ADF9EA
Complementary color
Monochromatic Colors of #ADF9EA
Black with #ADF9EA
Text Example
Text Example
White with #ADF9EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF9EA; }
p { color: rgb(173,249,234); }
H1.HeaderClassName
{
color: #ADF9EA;
}
.AnyTagClassName
{
color: #ADF9EA;
}
</style>
background-color css
<style>
a { background-color: #ADF9EA; }
a { background-color: rgb(173,249,234); }
div.DivClassName
{
background-color: #ADF9EA;
}
.BgClassName
{
background-color: #ADF9EA;
}
</style>
border-color css
<style>
span { border-color: #ADF9EA; }
span { border-color: rgb(173,249,234); }
td.TdClassName
{
border-color: #ADF9EA;
}
.TagClassName
{
border-color: #ADF9EA;
}
</style>