Shades of Pale Turquoise #ADFFF5
Tints of Pale Turquoise #ADFFF5
RGB
CMYK
RGB Variations
Color information
#ADFFF5 (or 0xADFFF5) is known color: Pale Turquoise. HEX triplet: AD, FF and F5. RGB value is (173,255,245). Sum of RGB (Red+Green+Blue) = 173+255+245=673 (89% of max value = 765). Red value is 173 (67.97% from 255 or 25.71% from 673); Green value is 255 (100% from 255 or 37.89% from 673); Blue value is 245 (96.09% from 255 or 36.40% from 673); Max value from RGB is 255 - color contains mainly: green. Hex color #ADFFF5 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADFFF5 is #52000A. Grayscale: #E5E5E5. Windows color (decimal): -5373963 or 16121773. OLE color: 16121773.
HSL color Cylindrical-coordinate representation of color #ADFFF5: hue angle of 172.68º 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 #ADFFF5 is Cyan = 0.32, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 173 | 255 | 245 | - |
| CMYK | 0.32 | 0 | 0.04 | 0 |
| HSL | 172.68º | 1% | 0.84% | - |
| HSV(B) | 172.68º | 0.32% | 1% | - |
| XYZ | 69.48 | 87 | 99.52 | - |
| YUV | 229.34 | 136.83 | 87.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 255 | 245 | 0.32 | 0 | 0.04 | 0 | 172.68 | 1 | 0.84 |
| Hex | AD | FF | F5 | 20 | 0 | 4 | 0 | AD | 64 | 54 |
| Octal | 255 | 377 | 365 | 40 | 0 | 4 | 0 | 255 | 144 | 124 |
| Binary | 10101101 | 11111111 | 11110101 | 100000 | 0 | 100 | 0 | 10101101 | 1100100 | 1010100 |
Color Harmonies of #ADFFF5
Complementary color
Monochromatic Colors of #ADFFF5
Black with #ADFFF5
Text Example
Text Example
White with #ADFFF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFFF5; }
p { color: rgb(173,255,245); }
H1.HeaderClassName
{
color: #ADFFF5;
}
.AnyTagClassName
{
color: #ADFFF5;
}
</style>
background-color css
<style>
a { background-color: #ADFFF5; }
a { background-color: rgb(173,255,245); }
div.DivClassName
{
background-color: #ADFFF5;
}
.BgClassName
{
background-color: #ADFFF5;
}
</style>
border-color css
<style>
span { border-color: #ADFFF5; }
span { border-color: rgb(173,255,245); }
td.TdClassName
{
border-color: #ADFFF5;
}
.TagClassName
{
border-color: #ADFFF5;
}
</style>