Shades of Pale Turquoise #ADFFF3
Tints of Pale Turquoise #ADFFF3
RGB
CMYK
RGB Variations
Color information
#ADFFF3 (or 0xADFFF3) is known color: Pale Turquoise. HEX triplet: AD, FF and F3. RGB value is (173,255,243). Sum of RGB (Red+Green+Blue) = 173+255+243=671 (88% of max value = 765). Red value is 173 (67.97% from 255 or 25.78% from 671); Green value is 255 (100% from 255 or 38.00% from 671); Blue value is 243 (95.31% from 255 or 36.21% from 671); Max value from RGB is 255 - color contains mainly: green. Hex color #ADFFF3 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADFFF3 is #52000C. Grayscale: #E5E5E5. Windows color (decimal): -5373965 or 15990701. OLE color: 15990701.
HSL color Cylindrical-coordinate representation of color #ADFFF3: hue angle of 171.22º 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 #ADFFF3 is Cyan = 0.32, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 173 | 255 | 243 | - |
| CMYK | 0.32 | 0 | 0.05 | 0 |
| HSL | 171.22º | 1% | 0.84% | - |
| HSV(B) | 171.22º | 0.32% | 1% | - |
| XYZ | 69.17 | 86.88 | 97.92 | - |
| YUV | 229.11 | 135.83 | 87.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 255 | 243 | 0.32 | 0 | 0.05 | 0 | 171.22 | 1 | 0.84 |
| Hex | AD | FF | F3 | 20 | 0 | 5 | 0 | AB | 64 | 54 |
| Octal | 255 | 377 | 363 | 40 | 0 | 5 | 0 | 253 | 144 | 124 |
| Binary | 10101101 | 11111111 | 11110011 | 100000 | 0 | 101 | 0 | 10101011 | 1100100 | 1010100 |
Color Harmonies of #ADFFF3
Complementary color
Monochromatic Colors of #ADFFF3
Black with #ADFFF3
Text Example
Text Example
White with #ADFFF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFFF3; }
p { color: rgb(173,255,243); }
H1.HeaderClassName
{
color: #ADFFF3;
}
.AnyTagClassName
{
color: #ADFFF3;
}
</style>
background-color css
<style>
a { background-color: #ADFFF3; }
a { background-color: rgb(173,255,243); }
div.DivClassName
{
background-color: #ADFFF3;
}
.BgClassName
{
background-color: #ADFFF3;
}
</style>
border-color css
<style>
span { border-color: #ADFFF3; }
span { border-color: rgb(173,255,243); }
td.TdClassName
{
border-color: #ADFFF3;
}
.TagClassName
{
border-color: #ADFFF3;
}
</style>