Shades of Pale Turquoise #ADFFF6
Tints of Pale Turquoise #ADFFF6
RGB
CMYK
RGB Variations
Color information
#ADFFF6 (or 0xADFFF6) is known color: Pale Turquoise. HEX triplet: AD, FF and F6. RGB value is (173,255,246). Sum of RGB (Red+Green+Blue) = 173+255+246=674 (89% of max value = 765). Red value is 173 (67.97% from 255 or 25.67% from 674); Green value is 255 (100% from 255 or 37.83% from 674); Blue value is 246 (96.48% from 255 or 36.50% from 674); Max value from RGB is 255 - color contains mainly: green. Hex color #ADFFF6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADFFF6 is #520009. Grayscale: #E5E5E5. Windows color (decimal): -5373962 or 16187309. OLE color: 16187309.
HSL color Cylindrical-coordinate representation of color #ADFFF6: hue angle of 173.41º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ADFFF6 is Cyan = 0.32, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 173 | 255 | 246 | - |
| CMYK | 0.32 | 0 | 0.04 | 0 |
| HSL | 173.41º | 1% | 0.84% | - |
| HSV(B) | 173.41º | 0.32% | 1% | - |
| XYZ | 69.63 | 87.06 | 100.32 | - |
| YUV | 229.46 | 137.33 | 87.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 255 | 246 | 0.32 | 0 | 0.04 | 0 | 173.41 | 1 | 0.84 |
| Hex | AD | FF | F6 | 20 | 0 | 4 | 0 | AD | 64 | 54 |
| Octal | 255 | 377 | 366 | 40 | 0 | 4 | 0 | 255 | 144 | 124 |
| Binary | 10101101 | 11111111 | 11110110 | 100000 | 0 | 100 | 0 | 10101101 | 1100100 | 1010100 |
Color Harmonies of #ADFFF6
Complementary color
Monochromatic Colors of #ADFFF6
Black with #ADFFF6
Text Example
Text Example
White with #ADFFF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFFF6; }
p { color: rgb(173,255,246); }
H1.HeaderClassName
{
color: #ADFFF6;
}
.AnyTagClassName
{
color: #ADFFF6;
}
</style>
background-color css
<style>
a { background-color: #ADFFF6; }
a { background-color: rgb(173,255,246); }
div.DivClassName
{
background-color: #ADFFF6;
}
.BgClassName
{
background-color: #ADFFF6;
}
</style>
border-color css
<style>
span { border-color: #ADFFF6; }
span { border-color: rgb(173,255,246); }
td.TdClassName
{
border-color: #ADFFF6;
}
.TagClassName
{
border-color: #ADFFF6;
}
</style>