Shades of Pale Turquoise #ADF8F5
Tints of Pale Turquoise #ADF8F5
RGB
CMYK
RGB Variations
Color information
#ADF8F5 (or 0xADF8F5) is known color: Pale Turquoise. HEX triplet: AD, F8 and F5. RGB value is (173,248,245). Sum of RGB (Red+Green+Blue) = 173+248+245=666 (88% of max value = 765). Red value is 173 (67.97% from 255 or 25.98% from 666); Green value is 248 (97.27% from 255 or 37.24% from 666); Blue value is 245 (96.09% from 255 or 36.79% from 666); Max value from RGB is 248 - color contains mainly: green. Hex color #ADF8F5 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADF8F5 is #52070A. Grayscale: #E1E1E1. Windows color (decimal): -5375755 or 16119981. OLE color: 16119981.
HSL color Cylindrical-coordinate representation of color #ADF8F5: hue angle of 177.6º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ADF8F5 is Cyan = 0.30, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 173 | 248 | 245 | - |
| CMYK | 0.30 | 0 | 0.01 | 0.03 |
| HSL | 177.6º | 0.84% | 0.83% | - |
| HSV(B) | 177.6º | 0.3% | 0.97% | - |
| XYZ | 67.28 | 82.61 | 98.79 | - |
| YUV | 225.23 | 139.15 | 90.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 248 | 245 | 0.30 | 0 | 0.01 | 0.03 | 177.6 | 0.84 | 0.83 |
| Hex | AD | F8 | F5 | 1E | 0 | 1 | 3 | B2 | 54 | 53 |
| Octal | 255 | 370 | 365 | 36 | 0 | 1 | 3 | 262 | 124 | 123 |
| Binary | 10101101 | 11111000 | 11110101 | 11110 | 0 | 1 | 11 | 10110010 | 1010100 | 1010011 |
Color Harmonies of #ADF8F5
Complementary color
Monochromatic Colors of #ADF8F5
Black with #ADF8F5
Text Example
Text Example
White with #ADF8F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF8F5; }
p { color: rgb(173,248,245); }
H1.HeaderClassName
{
color: #ADF8F5;
}
.AnyTagClassName
{
color: #ADF8F5;
}
</style>
background-color css
<style>
a { background-color: #ADF8F5; }
a { background-color: rgb(173,248,245); }
div.DivClassName
{
background-color: #ADF8F5;
}
.BgClassName
{
background-color: #ADF8F5;
}
</style>
border-color css
<style>
span { border-color: #ADF8F5; }
span { border-color: rgb(173,248,245); }
td.TdClassName
{
border-color: #ADF8F5;
}
.TagClassName
{
border-color: #ADF8F5;
}
</style>