Shades of Pale Turquoise #ADF7FE
Tints of Pale Turquoise #ADF7FE
RGB
CMYK
RGB Variations
Color information
#ADF7FE (or 0xADF7FE) is known color: Pale Turquoise. HEX triplet: AD, F7 and FE. RGB value is (173,247,254). Sum of RGB (Red+Green+Blue) = 173+247+254=674 (89% of max value = 765). Red value is 173 (67.97% from 255 or 25.67% from 674); Green value is 247 (96.88% from 255 or 36.65% from 674); Blue value is 254 (99.61% from 255 or 37.69% from 674); Max value from RGB is 254 - color contains mainly: blue. Hex color #ADF7FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADF7FE is #520801. Grayscale: #E1E1E1. Windows color (decimal): -5376002 or 16709549. OLE color: 16709549.
HSL color Cylindrical-coordinate representation of color #ADF7FE: hue angle of 185.19º 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 #ADF7FE is Cyan = 0.32, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 173 | 247 | 254 | - |
| CMYK | 0.32 | 0.03 | 0 | 0.00 |
| HSL | 185.19º | 0.98% | 0.84% | - |
| HSV(B) | 185.19º | 0.32% | 1% | - |
| XYZ | 68.38 | 82.56 | 106.1 | - |
| YUV | 225.67 | 143.98 | 90.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 247 | 254 | 0.32 | 0.03 | 0 | 0.00 | 185.19 | 0.98 | 0.84 |
| Hex | AD | F7 | FE | 20 | 3 | 0 | 0 | B9 | 62 | 54 |
| Octal | 255 | 367 | 376 | 40 | 3 | 0 | 0 | 271 | 142 | 124 |
| Binary | 10101101 | 11110111 | 11111110 | 100000 | 11 | 0 | 0 | 10111001 | 1100010 | 1010100 |
Color Harmonies of #ADF7FE
Complementary color
Monochromatic Colors of #ADF7FE
Black with #ADF7FE
Text Example
Text Example
White with #ADF7FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF7FE; }
p { color: rgb(173,247,254); }
H1.HeaderClassName
{
color: #ADF7FE;
}
.AnyTagClassName
{
color: #ADF7FE;
}
</style>
background-color css
<style>
a { background-color: #ADF7FE; }
a { background-color: rgb(173,247,254); }
div.DivClassName
{
background-color: #ADF7FE;
}
.BgClassName
{
background-color: #ADF7FE;
}
</style>
border-color css
<style>
span { border-color: #ADF7FE; }
span { border-color: rgb(173,247,254); }
td.TdClassName
{
border-color: #ADF7FE;
}
.TagClassName
{
border-color: #ADF7FE;
}
</style>