Shades of Pale Turquoise #ADF6F6
Tints of Pale Turquoise #ADF6F6
RGB
CMYK
RGB Variations
Color information
#ADF6F6 (or 0xADF6F6) is known color: Pale Turquoise. HEX triplet: AD, F6 and F6. RGB value is (173,246,246). Sum of RGB (Red+Green+Blue) = 173+246+246=665 (88% of max value = 765). Red value is 173 (67.97% from 255 or 26.02% from 665); Green value is 246 (96.48% from 255 or 36.99% from 665); Blue value is 246 (96.48% from 255 or 36.99% from 665); Max value from RGB is 246 - color contains mainly: green, blue. Hex color #ADF6F6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADF6F6 is #520909. Grayscale: #E0E0E0. Windows color (decimal): -5376266 or 16185005. OLE color: 16185005.
HSL color Cylindrical-coordinate representation of color #ADF6F6: hue angle of 180º 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 #ADF6F6 is Cyan = 0.30, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 173 | 246 | 246 | - |
| CMYK | 0.30 | 0 | 0 | 0.04 |
| HSL | 180º | 0.8% | 0.82% | - |
| HSV(B) | 180º | 0.3% | 0.96% | - |
| XYZ | 66.82 | 81.45 | 99.39 | - |
| YUV | 224.17 | 140.32 | 91.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 246 | 246 | 0.30 | 0 | 0 | 0.04 | 180 | 0.8 | 0.82 |
| Hex | AD | F6 | F6 | 1E | 0 | 0 | 4 | B4 | 50 | 52 |
| Octal | 255 | 366 | 366 | 36 | 0 | 0 | 4 | 264 | 120 | 122 |
| Binary | 10101101 | 11110110 | 11110110 | 11110 | 0 | 0 | 100 | 10110100 | 1010000 | 1010010 |
Color Harmonies of #ADF6F6
Complementary color
Monochromatic Colors of #ADF6F6
Black with #ADF6F6
Text Example
Text Example
White with #ADF6F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF6F6; }
p { color: rgb(173,246,246); }
H1.HeaderClassName
{
color: #ADF6F6;
}
.AnyTagClassName
{
color: #ADF6F6;
}
</style>
background-color css
<style>
a { background-color: #ADF6F6; }
a { background-color: rgb(173,246,246); }
div.DivClassName
{
background-color: #ADF6F6;
}
.BgClassName
{
background-color: #ADF6F6;
}
</style>
border-color css
<style>
span { border-color: #ADF6F6; }
span { border-color: rgb(173,246,246); }
td.TdClassName
{
border-color: #ADF6F6;
}
.TagClassName
{
border-color: #ADF6F6;
}
</style>