Shades of Pale Turquoise #ADFEFD
Tints of Pale Turquoise #ADFEFD
RGB
CMYK
RGB Variations
Color information
#ADFEFD (or 0xADFEFD) is known color: Pale Turquoise. HEX triplet: AD, FE and FD. RGB value is (173,254,253). Sum of RGB (Red+Green+Blue) = 173+254+253=680 (90% of max value = 765). Red value is 173 (67.97% from 255 or 25.44% from 680); Green value is 254 (99.61% from 255 or 37.35% from 680); Blue value is 253 (99.22% from 255 or 37.21% from 680); Max value from RGB is 254 - color contains mainly: green. Hex color #ADFEFD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADFEFD is #520102. Grayscale: #E5E5E5. Windows color (decimal): -5374211 or 16645805. OLE color: 16645805.
HSL color Cylindrical-coordinate representation of color #ADFEFD: hue angle of 179.26º 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 #ADFEFD is Cyan = 0.32, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 173 | 254 | 253 | - |
| CMYK | 0.32 | 0 | 0.00 | 0.00 |
| HSL | 179.26º | 0.98% | 0.84% | - |
| HSV(B) | 179.26º | 0.32% | 1% | - |
| XYZ | 70.41 | 86.86 | 105.98 | - |
| YUV | 229.67 | 141.16 | 87.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 254 | 253 | 0.32 | 0 | 0.00 | 0.00 | 179.26 | 0.98 | 0.84 |
| Hex | AD | FE | FD | 20 | 0 | 0 | 0 | B3 | 62 | 54 |
| Octal | 255 | 376 | 375 | 40 | 0 | 0 | 0 | 263 | 142 | 124 |
| Binary | 10101101 | 11111110 | 11111101 | 100000 | 0 | 0 | 0 | 10110011 | 1100010 | 1010100 |
Color Harmonies of #ADFEFD
Complementary color
Monochromatic Colors of #ADFEFD
Black with #ADFEFD
Text Example
Text Example
White with #ADFEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFEFD; }
p { color: rgb(173,254,253); }
H1.HeaderClassName
{
color: #ADFEFD;
}
.AnyTagClassName
{
color: #ADFEFD;
}
</style>
background-color css
<style>
a { background-color: #ADFEFD; }
a { background-color: rgb(173,254,253); }
div.DivClassName
{
background-color: #ADFEFD;
}
.BgClassName
{
background-color: #ADFEFD;
}
</style>
border-color css
<style>
span { border-color: #ADFEFD; }
span { border-color: rgb(173,254,253); }
td.TdClassName
{
border-color: #ADFEFD;
}
.TagClassName
{
border-color: #ADFEFD;
}
</style>