Shades of Pale Turquoise #ADF1F0
Tints of Pale Turquoise #ADF1F0
RGB
CMYK
RGB Variations
Color information
#ADF1F0 (or 0xADF1F0) is known color: Pale Turquoise. HEX triplet: AD, F1 and F0. RGB value is (173,241,240). Sum of RGB (Red+Green+Blue) = 173+241+240=654 (86% of max value = 765). Red value is 173 (67.97% from 255 or 26.45% from 654); Green value is 241 (94.53% from 255 or 36.85% from 654); Blue value is 240 (94.14% from 255 or 36.70% from 654); Max value from RGB is 241 - color contains mainly: green. Hex color #ADF1F0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADF1F0 is #520E0F. Grayscale: #DCDCDC. Windows color (decimal): -5377552 or 15790509. OLE color: 15790509.
HSL color Cylindrical-coordinate representation of color #ADF1F0: hue angle of 179.12º 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 #ADF1F0 is Cyan = 0.28, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 241 | 240 | - |
| CMYK | 0.28 | 0 | 0.00 | 0.05 |
| HSL | 179.12º | 0.71% | 0.81% | - |
| HSV(B) | 179.12º | 0.28% | 0.95% | - |
| XYZ | 64.42 | 78.09 | 94.12 | - |
| YUV | 220.55 | 138.97 | 94.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 241 | 240 | 0.28 | 0 | 0.00 | 0.05 | 179.12 | 0.71 | 0.81 |
| Hex | AD | F1 | F0 | 1C | 0 | 0 | 5 | B3 | 47 | 51 |
| Octal | 255 | 361 | 360 | 34 | 0 | 0 | 5 | 263 | 107 | 121 |
| Binary | 10101101 | 11110001 | 11110000 | 11100 | 0 | 0 | 101 | 10110011 | 1000111 | 1010001 |
Color Harmonies of #ADF1F0
Complementary color
Monochromatic Colors of #ADF1F0
Black with #ADF1F0
Text Example
Text Example
White with #ADF1F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF1F0; }
p { color: rgb(173,241,240); }
H1.HeaderClassName
{
color: #ADF1F0;
}
.AnyTagClassName
{
color: #ADF1F0;
}
</style>
background-color css
<style>
a { background-color: #ADF1F0; }
a { background-color: rgb(173,241,240); }
div.DivClassName
{
background-color: #ADF1F0;
}
.BgClassName
{
background-color: #ADF1F0;
}
</style>
border-color css
<style>
span { border-color: #ADF1F0; }
span { border-color: rgb(173,241,240); }
td.TdClassName
{
border-color: #ADF1F0;
}
.TagClassName
{
border-color: #ADF1F0;
}
</style>