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