Shades of Pale Turquoise #ADFEF8
Tints of Pale Turquoise #ADFEF8
RGB
CMYK
RGB Variations
Color information
#ADFEF8 (or 0xADFEF8) is known color: Pale Turquoise. HEX triplet: AD, FE and F8. RGB value is (173,254,248). Sum of RGB (Red+Green+Blue) = 173+254+248=675 (89% of max value = 765). Red value is 173 (67.97% from 255 or 25.63% from 675); Green value is 254 (99.61% from 255 or 37.63% from 675); Blue value is 248 (97.27% from 255 or 36.74% from 675); Max value from RGB is 254 - color contains mainly: green. Hex color #ADFEF8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADFEF8 is #520107. Grayscale: #E5E5E5. Windows color (decimal): -5374216 or 16318125. OLE color: 16318125.
HSL color Cylindrical-coordinate representation of color #ADFEF8: hue angle of 175.56º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ADFEF8 is Cyan = 0.32, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 173 | 254 | 248 | - |
| CMYK | 0.32 | 0 | 0.02 | 0.00 |
| HSL | 175.56º | 0.98% | 0.84% | - |
| HSV(B) | 175.56º | 0.32% | 1% | - |
| XYZ | 69.62 | 86.55 | 101.84 | - |
| YUV | 229.1 | 138.66 | 87.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 254 | 248 | 0.32 | 0 | 0.02 | 0.00 | 175.56 | 0.98 | 0.84 |
| Hex | AD | FE | F8 | 20 | 0 | 2 | 0 | B0 | 62 | 54 |
| Octal | 255 | 376 | 370 | 40 | 0 | 2 | 0 | 260 | 142 | 124 |
| Binary | 10101101 | 11111110 | 11111000 | 100000 | 0 | 10 | 0 | 10110000 | 1100010 | 1010100 |
Color Harmonies of #ADFEF8
Complementary color
Monochromatic Colors of #ADFEF8
Black with #ADFEF8
Text Example
Text Example
White with #ADFEF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFEF8; }
p { color: rgb(173,254,248); }
H1.HeaderClassName
{
color: #ADFEF8;
}
.AnyTagClassName
{
color: #ADFEF8;
}
</style>
background-color css
<style>
a { background-color: #ADFEF8; }
a { background-color: rgb(173,254,248); }
div.DivClassName
{
background-color: #ADFEF8;
}
.BgClassName
{
background-color: #ADFEF8;
}
</style>
border-color css
<style>
span { border-color: #ADFEF8; }
span { border-color: rgb(173,254,248); }
td.TdClassName
{
border-color: #ADFEF8;
}
.TagClassName
{
border-color: #ADFEF8;
}
</style>