Shades of Pale Turquoise #ADFDF8
Tints of Pale Turquoise #ADFDF8
RGB
CMYK
RGB Variations
Color information
#ADFDF8 (or 0xADFDF8) is known color: Pale Turquoise. HEX triplet: AD, FD and F8. RGB value is (173,253,248). Sum of RGB (Red+Green+Blue) = 173+253+248=674 (89% of max value = 765). Red value is 173 (67.97% from 255 or 25.67% from 674); Green value is 253 (99.22% from 255 or 37.54% from 674); Blue value is 248 (97.27% from 255 or 36.80% from 674); Max value from RGB is 253 - color contains mainly: green. Hex color #ADFDF8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADFDF8 is #520207. Grayscale: #E4E4E4. Windows color (decimal): -5374472 or 16317869. OLE color: 16317869.
HSL color Cylindrical-coordinate representation of color #ADFDF8: hue angle of 176.25º 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 #ADFDF8 is Cyan = 0.32, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.01.
Color convert
RGB | 173 | 253 | 248 | - |
CMYK | 0.32 | 0 | 0.02 | 0.01 |
HSL | 176.25º | 0.95% | 0.84% | - |
HSV(B) | 176.25º | 0.32% | 0.99% | - |
XYZ | 69.3 | 85.91 | 101.74 | - |
YUV | 228.51 | 139 | 88.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 253 | 248 | 0.32 | 0 | 0.02 | 0.01 | 176.25 | 0.95 | 0.84 |
Hex | AD | FD | F8 | 20 | 0 | 2 | 1 | B0 | 5F | 54 |
Octal | 255 | 375 | 370 | 40 | 0 | 2 | 1 | 260 | 137 | 124 |
Binary | 10101101 | 11111101 | 11111000 | 100000 | 0 | 10 | 1 | 10110000 | 1011111 | 1010100 |
Color Harmonies of #ADFDF8
Complementary color
Monochromatic Colors of #ADFDF8
Black with #ADFDF8
Text Example
Text Example
White with #ADFDF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFDF8; }
p { color: rgb(173,253,248); }
H1.HeaderClassName
{
color: #ADFDF8;
}
.AnyTagClassName
{
color: #ADFDF8;
}
</style>
background-color css
<style>
a { background-color: #ADFDF8; }
a { background-color: rgb(173,253,248); }
div.DivClassName
{
background-color: #ADFDF8;
}
.BgClassName
{
background-color: #ADFDF8;
}
</style>
border-color css
<style>
span { border-color: #ADFDF8; }
span { border-color: rgb(173,253,248); }
td.TdClassName
{
border-color: #ADFDF8;
}
.TagClassName
{
border-color: #ADFDF8;
}
</style>