Shades of Pale Turquoise #ADF5F6
Tints of Pale Turquoise #ADF5F6
RGB
CMYK
RGB Variations
Color information
#ADF5F6 (or 0xADF5F6) is known color: Pale Turquoise. HEX triplet: AD, F5 and F6. RGB value is (173,245,246). Sum of RGB (Red+Green+Blue) = 173+245+246=664 (87% of max value = 765). Red value is 173 (67.97% from 255 or 26.05% from 664); Green value is 245 (96.09% from 255 or 36.90% from 664); Blue value is 246 (96.48% from 255 or 37.05% from 664); Max value from RGB is 246 - color contains mainly: blue. Hex color #ADF5F6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADF5F6 is #520A09. Grayscale: #DFDFDF. Windows color (decimal): -5376522 or 16184749. OLE color: 16184749.
HSL color Cylindrical-coordinate representation of color #ADF5F6: hue angle of 180.82º degrees, saturation: 0.8, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ADF5F6 is Cyan = 0.30, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 173 | 245 | 246 | - |
| CMYK | 0.30 | 0.00 | 0 | 0.04 |
| HSL | 180.82º | 0.8% | 0.82% | - |
| HSV(B) | 180.82º | 0.3% | 0.96% | - |
| XYZ | 66.52 | 80.84 | 99.29 | - |
| YUV | 223.59 | 140.65 | 91.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 245 | 246 | 0.30 | 0.00 | 0 | 0.04 | 180.82 | 0.8 | 0.82 |
| Hex | AD | F5 | F6 | 1E | 0 | 0 | 4 | B5 | 50 | 52 |
| Octal | 255 | 365 | 366 | 36 | 0 | 0 | 4 | 265 | 120 | 122 |
| Binary | 10101101 | 11110101 | 11110110 | 11110 | 0 | 0 | 100 | 10110101 | 1010000 | 1010010 |
Color Harmonies of #ADF5F6
Complementary color
Monochromatic Colors of #ADF5F6
Black with #ADF5F6
Text Example
Text Example
White with #ADF5F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF5F6; }
p { color: rgb(173,245,246); }
H1.HeaderClassName
{
color: #ADF5F6;
}
.AnyTagClassName
{
color: #ADF5F6;
}
</style>
background-color css
<style>
a { background-color: #ADF5F6; }
a { background-color: rgb(173,245,246); }
div.DivClassName
{
background-color: #ADF5F6;
}
.BgClassName
{
background-color: #ADF5F6;
}
</style>
border-color css
<style>
span { border-color: #ADF5F6; }
span { border-color: rgb(173,245,246); }
td.TdClassName
{
border-color: #ADF5F6;
}
.TagClassName
{
border-color: #ADF5F6;
}
</style>