Shades of Pale Turquoise #ADFEFF
Tints of Pale Turquoise #ADFEFF
RGB
CMYK
RGB Variations
Color information
#ADFEFF (or 0xADFEFF) is known color: Pale Turquoise. HEX triplet: AD, FE and FF. RGB value is (173,254,255). Sum of RGB (Red+Green+Blue) = 173+254+255=682 (90% of max value = 765). Red value is 173 (67.97% from 255 or 25.37% from 682); Green value is 254 (99.61% from 255 or 37.24% from 682); Blue value is 255 (100% from 255 or 37.39% from 682); Max value from RGB is 255 - color contains mainly: blue. Hex color #ADFEFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADFEFF is #520100. Grayscale: #E5E5E5. Windows color (decimal): -5374209 or 16776877. OLE color: 16776877.
HSL color Cylindrical-coordinate representation of color #ADFEFF: hue angle of 180.73º 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 #ADFEFF is Cyan = 0.32, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 173 | 254 | 255 | - |
| CMYK | 0.32 | 0.00 | 0 | 0 |
| HSL | 180.73º | 1% | 0.84% | - |
| HSV(B) | 180.73º | 0.32% | 1% | - |
| XYZ | 70.73 | 86.99 | 107.67 | - |
| YUV | 229.9 | 142.16 | 87.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 254 | 255 | 0.32 | 0.00 | 0 | 0 | 180.73 | 1 | 0.84 |
| Hex | AD | FE | FF | 20 | 0 | 0 | 0 | B5 | 64 | 54 |
| Octal | 255 | 376 | 377 | 40 | 0 | 0 | 0 | 265 | 144 | 124 |
| Binary | 10101101 | 11111110 | 11111111 | 100000 | 0 | 0 | 0 | 10110101 | 1100100 | 1010100 |
Color Harmonies of #ADFEFF
Complementary color
Monochromatic Colors of #ADFEFF
Black with #ADFEFF
Text Example
Text Example
White with #ADFEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFEFF; }
p { color: rgb(173,254,255); }
H1.HeaderClassName
{
color: #ADFEFF;
}
.AnyTagClassName
{
color: #ADFEFF;
}
</style>
background-color css
<style>
a { background-color: #ADFEFF; }
a { background-color: rgb(173,254,255); }
div.DivClassName
{
background-color: #ADFEFF;
}
.BgClassName
{
background-color: #ADFEFF;
}
</style>
border-color css
<style>
span { border-color: #ADFEFF; }
span { border-color: rgb(173,254,255); }
td.TdClassName
{
border-color: #ADFEFF;
}
.TagClassName
{
border-color: #ADFEFF;
}
</style>