Shades of Pale Turquoise #ADFDF5
Tints of Pale Turquoise #ADFDF5
RGB
CMYK
RGB Variations
Color information
#ADFDF5 (or 0xADFDF5) is known color: Pale Turquoise. HEX triplet: AD, FD and F5. RGB value is (173,253,245). Sum of RGB (Red+Green+Blue) = 173+253+245=671 (88% of max value = 765). Red value is 173 (67.97% from 255 or 25.78% from 671); Green value is 253 (99.22% from 255 or 37.70% from 671); Blue value is 245 (96.09% from 255 or 36.51% from 671); Max value from RGB is 253 - color contains mainly: green. Hex color #ADFDF5 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADFDF5 is #52020A. Grayscale: #E4E4E4. Windows color (decimal): -5374475 or 16121261. OLE color: 16121261.
HSL color Cylindrical-coordinate representation of color #ADFDF5: hue angle of 174º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ADFDF5 is Cyan = 0.32, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.01.
Color convert
RGB | 173 | 253 | 245 | - |
CMYK | 0.32 | 0 | 0.03 | 0.01 |
HSL | 174º | 0.95% | 0.84% | - |
HSV(B) | 174º | 0.32% | 0.99% | - |
XYZ | 68.84 | 85.73 | 99.3 | - |
YUV | 228.17 | 137.5 | 88.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 253 | 245 | 0.32 | 0 | 0.03 | 0.01 | 174 | 0.95 | 0.84 |
Hex | AD | FD | F5 | 20 | 0 | 3 | 1 | AE | 5F | 54 |
Octal | 255 | 375 | 365 | 40 | 0 | 3 | 1 | 256 | 137 | 124 |
Binary | 10101101 | 11111101 | 11110101 | 100000 | 0 | 11 | 1 | 10101110 | 1011111 | 1010100 |
Color Harmonies of #ADFDF5
Complementary color
Monochromatic Colors of #ADFDF5
Black with #ADFDF5
Text Example
Text Example
White with #ADFDF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFDF5; }
p { color: rgb(173,253,245); }
H1.HeaderClassName
{
color: #ADFDF5;
}
.AnyTagClassName
{
color: #ADFDF5;
}
</style>
background-color css
<style>
a { background-color: #ADFDF5; }
a { background-color: rgb(173,253,245); }
div.DivClassName
{
background-color: #ADFDF5;
}
.BgClassName
{
background-color: #ADFDF5;
}
</style>
border-color css
<style>
span { border-color: #ADFDF5; }
span { border-color: rgb(173,253,245); }
td.TdClassName
{
border-color: #ADFDF5;
}
.TagClassName
{
border-color: #ADFDF5;
}
</style>