Shades of Pale Turquoise #ADFDFF
Tints of Pale Turquoise #ADFDFF
RGB
CMYK
RGB Variations
Color information
#ADFDFF (or 0xADFDFF) is known color: Pale Turquoise. HEX triplet: AD, FD and FF. RGB value is (173,253,255). Sum of RGB (Red+Green+Blue) = 173+253+255=681 (90% of max value = 765). Red value is 173 (67.97% from 255 or 25.40% from 681); Green value is 253 (99.22% from 255 or 37.15% from 681); Blue value is 255 (100% from 255 or 37.44% from 681); Max value from RGB is 255 - color contains mainly: blue. Hex color #ADFDFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADFDFF is #520200. Grayscale: #E5E5E5. Windows color (decimal): -5374465 or 16776621. OLE color: 16776621.
HSL color Cylindrical-coordinate representation of color #ADFDFF: hue angle of 181.46º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ADFDFF is Cyan = 0.32, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 173 | 253 | 255 | - |
| CMYK | 0.32 | 0.01 | 0 | 0 |
| HSL | 181.46º | 1% | 0.84% | - |
| HSV(B) | 181.46º | 0.32% | 1% | - |
| XYZ | 70.41 | 86.35 | 107.56 | - |
| YUV | 229.31 | 142.5 | 87.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 253 | 255 | 0.32 | 0.01 | 0 | 0 | 181.46 | 1 | 0.84 |
| Hex | AD | FD | FF | 20 | 1 | 0 | 0 | B5 | 64 | 54 |
| Octal | 255 | 375 | 377 | 40 | 1 | 0 | 0 | 265 | 144 | 124 |
| Binary | 10101101 | 11111101 | 11111111 | 100000 | 1 | 0 | 0 | 10110101 | 1100100 | 1010100 |
Color Harmonies of #ADFDFF
Complementary color
Monochromatic Colors of #ADFDFF
Black with #ADFDFF
Text Example
Text Example
White with #ADFDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFDFF; }
p { color: rgb(173,253,255); }
H1.HeaderClassName
{
color: #ADFDFF;
}
.AnyTagClassName
{
color: #ADFDFF;
}
</style>
background-color css
<style>
a { background-color: #ADFDFF; }
a { background-color: rgb(173,253,255); }
div.DivClassName
{
background-color: #ADFDFF;
}
.BgClassName
{
background-color: #ADFDFF;
}
</style>
border-color css
<style>
span { border-color: #ADFDFF; }
span { border-color: rgb(173,253,255); }
td.TdClassName
{
border-color: #ADFDFF;
}
.TagClassName
{
border-color: #ADFDFF;
}
</style>