Shades of Pale Turquoise #ADFFF1
Tints of Pale Turquoise #ADFFF1
RGB
CMYK
RGB Variations
Color information
#ADFFF1 (or 0xADFFF1) is known color: Pale Turquoise. HEX triplet: AD, FF and F1. RGB value is (173,255,241). Sum of RGB (Red+Green+Blue) = 173+255+241=669 (88% of max value = 765). Red value is 173 (67.97% from 255 or 25.86% from 669); Green value is 255 (100% from 255 or 38.12% from 669); Blue value is 241 (94.53% from 255 or 36.02% from 669); Max value from RGB is 255 - color contains mainly: green. Hex color #ADFFF1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADFFF1 is #52000E. Grayscale: #E4E4E4. Windows color (decimal): -5373967 or 15859629. OLE color: 15859629.
HSL color Cylindrical-coordinate representation of color #ADFFF1: hue angle of 169.76º 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 #ADFFF1 is Cyan = 0.32, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 173 | 255 | 241 | - |
| CMYK | 0.32 | 0 | 0.05 | 0 |
| HSL | 169.76º | 1% | 0.84% | - |
| HSV(B) | 169.76º | 0.32% | 1% | - |
| XYZ | 68.87 | 86.76 | 96.33 | - |
| YUV | 228.89 | 134.83 | 88.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 255 | 241 | 0.32 | 0 | 0.05 | 0 | 169.76 | 1 | 0.84 |
| Hex | AD | FF | F1 | 20 | 0 | 5 | 0 | AA | 64 | 54 |
| Octal | 255 | 377 | 361 | 40 | 0 | 5 | 0 | 252 | 144 | 124 |
| Binary | 10101101 | 11111111 | 11110001 | 100000 | 0 | 101 | 0 | 10101010 | 1100100 | 1010100 |
Color Harmonies of #ADFFF1
Complementary color
Monochromatic Colors of #ADFFF1
Black with #ADFFF1
Text Example
Text Example
White with #ADFFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFFF1; }
p { color: rgb(173,255,241); }
H1.HeaderClassName
{
color: #ADFFF1;
}
.AnyTagClassName
{
color: #ADFFF1;
}
</style>
background-color css
<style>
a { background-color: #ADFFF1; }
a { background-color: rgb(173,255,241); }
div.DivClassName
{
background-color: #ADFFF1;
}
.BgClassName
{
background-color: #ADFFF1;
}
</style>
border-color css
<style>
span { border-color: #ADFFF1; }
span { border-color: rgb(173,255,241); }
td.TdClassName
{
border-color: #ADFFF1;
}
.TagClassName
{
border-color: #ADFFF1;
}
</style>