Shades of Pale Turquoise #ADF5F0
Tints of Pale Turquoise #ADF5F0
RGB
CMYK
RGB Variations
Color information
#ADF5F0 (or 0xADF5F0) is known color: Pale Turquoise. HEX triplet: AD, F5 and F0. RGB value is (173,245,240). Sum of RGB (Red+Green+Blue) = 173+245+240=658 (87% of max value = 765). Red value is 173 (67.97% from 255 or 26.29% from 658); Green value is 245 (96.09% from 255 or 37.23% from 658); Blue value is 240 (94.14% from 255 or 36.47% from 658); Max value from RGB is 245 - color contains mainly: green. Hex color #ADF5F0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADF5F0 is #520A0F. Grayscale: #DEDEDE. Windows color (decimal): -5376528 or 15791533. OLE color: 15791533.
HSL color Cylindrical-coordinate representation of color #ADF5F0: hue angle of 175.83º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ADF5F0 is Cyan = 0.29, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 173 | 245 | 240 | - |
| CMYK | 0.29 | 0 | 0.02 | 0.04 |
| HSL | 175.83º | 0.78% | 0.82% | - |
| HSV(B) | 175.83º | 0.29% | 0.96% | - |
| XYZ | 65.61 | 80.48 | 94.51 | - |
| YUV | 222.9 | 137.65 | 92.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 245 | 240 | 0.29 | 0 | 0.02 | 0.04 | 175.83 | 0.78 | 0.82 |
| Hex | AD | F5 | F0 | 1D | 0 | 2 | 4 | B0 | 4E | 52 |
| Octal | 255 | 365 | 360 | 35 | 0 | 2 | 4 | 260 | 116 | 122 |
| Binary | 10101101 | 11110101 | 11110000 | 11101 | 0 | 10 | 100 | 10110000 | 1001110 | 1010010 |
Color Harmonies of #ADF5F0
Complementary color
Monochromatic Colors of #ADF5F0
Black with #ADF5F0
Text Example
Text Example
White with #ADF5F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF5F0; }
p { color: rgb(173,245,240); }
H1.HeaderClassName
{
color: #ADF5F0;
}
.AnyTagClassName
{
color: #ADF5F0;
}
</style>
background-color css
<style>
a { background-color: #ADF5F0; }
a { background-color: rgb(173,245,240); }
div.DivClassName
{
background-color: #ADF5F0;
}
.BgClassName
{
background-color: #ADF5F0;
}
</style>
border-color css
<style>
span { border-color: #ADF5F0; }
span { border-color: rgb(173,245,240); }
td.TdClassName
{
border-color: #ADF5F0;
}
.TagClassName
{
border-color: #ADF5F0;
}
</style>