Shades of Pale Turquoise #ADF6F2
Tints of Pale Turquoise #ADF6F2
RGB
CMYK
RGB Variations
Color information
#ADF6F2 (or 0xADF6F2) is known color: Pale Turquoise. HEX triplet: AD, F6 and F2. RGB value is (173,246,242). Sum of RGB (Red+Green+Blue) = 173+246+242=661 (87% of max value = 765). Red value is 173 (67.97% from 255 or 26.17% from 661); Green value is 246 (96.48% from 255 or 37.22% from 661); Blue value is 242 (94.92% from 255 or 36.61% from 661); Max value from RGB is 246 - color contains mainly: green. Hex color #ADF6F2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADF6F2 is #52090D. Grayscale: #DFDFDF. Windows color (decimal): -5376270 or 15922861. OLE color: 15922861.
HSL color Cylindrical-coordinate representation of color #ADF6F2: hue angle of 176.71º 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 #ADF6F2 is Cyan = 0.30, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 173 | 246 | 242 | - |
| CMYK | 0.30 | 0 | 0.02 | 0.04 |
| HSL | 176.71º | 0.8% | 0.82% | - |
| HSV(B) | 176.71º | 0.3% | 0.96% | - |
| XYZ | 66.22 | 81.21 | 96.19 | - |
| YUV | 223.72 | 138.32 | 91.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 246 | 242 | 0.30 | 0 | 0.02 | 0.04 | 176.71 | 0.8 | 0.82 |
| Hex | AD | F6 | F2 | 1E | 0 | 2 | 4 | B1 | 50 | 52 |
| Octal | 255 | 366 | 362 | 36 | 0 | 2 | 4 | 261 | 120 | 122 |
| Binary | 10101101 | 11110110 | 11110010 | 11110 | 0 | 10 | 100 | 10110001 | 1010000 | 1010010 |
Color Harmonies of #ADF6F2
Complementary color
Monochromatic Colors of #ADF6F2
Black with #ADF6F2
Text Example
Text Example
White with #ADF6F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF6F2; }
p { color: rgb(173,246,242); }
H1.HeaderClassName
{
color: #ADF6F2;
}
.AnyTagClassName
{
color: #ADF6F2;
}
</style>
background-color css
<style>
a { background-color: #ADF6F2; }
a { background-color: rgb(173,246,242); }
div.DivClassName
{
background-color: #ADF6F2;
}
.BgClassName
{
background-color: #ADF6F2;
}
</style>
border-color css
<style>
span { border-color: #ADF6F2; }
span { border-color: rgb(173,246,242); }
td.TdClassName
{
border-color: #ADF6F2;
}
.TagClassName
{
border-color: #ADF6F2;
}
</style>