Shades of Pale Turquoise #ADF1EF
Tints of Pale Turquoise #ADF1EF
RGB
CMYK
RGB Variations
Color information
#ADF1EF (or 0xADF1EF) is known color: Pale Turquoise. HEX triplet: AD, F1 and EF. RGB value is (173,241,239). Sum of RGB (Red+Green+Blue) = 173+241+239=653 (86% of max value = 765). Red value is 173 (67.97% from 255 or 26.49% from 653); Green value is 241 (94.53% from 255 or 36.91% from 653); Blue value is 239 (93.75% from 255 or 36.60% from 653); Max value from RGB is 241 - color contains mainly: green. Hex color #ADF1EF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADF1EF is #520E10. Grayscale: #DCDCDC. Windows color (decimal): -5377553 or 15724973. OLE color: 15724973.
HSL color Cylindrical-coordinate representation of color #ADF1EF: hue angle of 178.24º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ADF1EF is Cyan = 0.28, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 241 | 239 | - |
| CMYK | 0.28 | 0 | 0.01 | 0.05 |
| HSL | 178.24º | 0.71% | 0.81% | - |
| HSV(B) | 178.24º | 0.28% | 0.95% | - |
| XYZ | 64.27 | 78.03 | 93.33 | - |
| YUV | 220.44 | 138.47 | 94.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 241 | 239 | 0.28 | 0 | 0.01 | 0.05 | 178.24 | 0.71 | 0.81 |
| Hex | AD | F1 | EF | 1C | 0 | 1 | 5 | B2 | 47 | 51 |
| Octal | 255 | 361 | 357 | 34 | 0 | 1 | 5 | 262 | 107 | 121 |
| Binary | 10101101 | 11110001 | 11101111 | 11100 | 0 | 1 | 101 | 10110010 | 1000111 | 1010001 |
Color Harmonies of #ADF1EF
Complementary color
Monochromatic Colors of #ADF1EF
Black with #ADF1EF
Text Example
Text Example
White with #ADF1EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF1EF; }
p { color: rgb(173,241,239); }
H1.HeaderClassName
{
color: #ADF1EF;
}
.AnyTagClassName
{
color: #ADF1EF;
}
</style>
background-color css
<style>
a { background-color: #ADF1EF; }
a { background-color: rgb(173,241,239); }
div.DivClassName
{
background-color: #ADF1EF;
}
.BgClassName
{
background-color: #ADF1EF;
}
</style>
border-color css
<style>
span { border-color: #ADF1EF; }
span { border-color: rgb(173,241,239); }
td.TdClassName
{
border-color: #ADF1EF;
}
.TagClassName
{
border-color: #ADF1EF;
}
</style>