Shades of Pale Turquoise #ADFFFC
Tints of Pale Turquoise #ADFFFC
RGB
CMYK
RGB Variations
Color information
#ADFFFC (or 0xADFFFC) is known color: Pale Turquoise. HEX triplet: AD, FF and FC. RGB value is (173,255,252). Sum of RGB (Red+Green+Blue) = 173+255+252=680 (90% of max value = 765). Red value is 173 (67.97% from 255 or 25.44% from 680); Green value is 255 (100% from 255 or 37.5% from 680); Blue value is 252 (98.83% from 255 or 37.06% from 680); Max value from RGB is 255 - color contains mainly: green. Hex color #ADFFFC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADFFFC is #520003. Grayscale: #E6E6E6. Windows color (decimal): -5373956 or 16580525. OLE color: 16580525.
HSL color Cylindrical-coordinate representation of color #ADFFFC: hue angle of 177.8º 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 #ADFFFC is Cyan = 0.32, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 173 | 255 | 252 | - |
| CMYK | 0.32 | 0 | 0.01 | 0 |
| HSL | 177.8º | 1% | 0.84% | - |
| HSV(B) | 177.8º | 0.32% | 1% | - |
| XYZ | 70.56 | 87.43 | 105.25 | - |
| YUV | 230.14 | 140.33 | 87.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 255 | 252 | 0.32 | 0 | 0.01 | 0 | 177.8 | 1 | 0.84 |
| Hex | AD | FF | FC | 20 | 0 | 1 | 0 | B2 | 64 | 54 |
| Octal | 255 | 377 | 374 | 40 | 0 | 1 | 0 | 262 | 144 | 124 |
| Binary | 10101101 | 11111111 | 11111100 | 100000 | 0 | 1 | 0 | 10110010 | 1100100 | 1010100 |
Color Harmonies of #ADFFFC
Complementary color
Monochromatic Colors of #ADFFFC
Black with #ADFFFC
Text Example
Text Example
White with #ADFFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFFFC; }
p { color: rgb(173,255,252); }
H1.HeaderClassName
{
color: #ADFFFC;
}
.AnyTagClassName
{
color: #ADFFFC;
}
</style>
background-color css
<style>
a { background-color: #ADFFFC; }
a { background-color: rgb(173,255,252); }
div.DivClassName
{
background-color: #ADFFFC;
}
.BgClassName
{
background-color: #ADFFFC;
}
</style>
border-color css
<style>
span { border-color: #ADFFFC; }
span { border-color: rgb(173,255,252); }
td.TdClassName
{
border-color: #ADFFFC;
}
.TagClassName
{
border-color: #ADFFFC;
}
</style>