Shades of Pale Turquoise #ADF8FE
Tints of Pale Turquoise #ADF8FE
RGB
CMYK
RGB Variations
Color information
#ADF8FE (or 0xADF8FE) is known color: Pale Turquoise. HEX triplet: AD, F8 and FE. RGB value is (173,248,254). Sum of RGB (Red+Green+Blue) = 173+248+254=675 (89% of max value = 765). Red value is 173 (67.97% from 255 or 25.63% from 675); Green value is 248 (97.27% from 255 or 36.74% from 675); Blue value is 254 (99.61% from 255 or 37.63% from 675); Max value from RGB is 254 - color contains mainly: blue. Hex color #ADF8FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADF8FE is #520701. Grayscale: #E2E2E2. Windows color (decimal): -5375746 or 16709805. OLE color: 16709805.
HSL color Cylindrical-coordinate representation of color #ADF8FE: hue angle of 184.44º 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 #ADF8FE is Cyan = 0.32, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 173 | 248 | 254 | - |
| CMYK | 0.32 | 0.02 | 0 | 0.00 |
| HSL | 184.44º | 0.98% | 0.84% | - |
| HSV(B) | 184.44º | 0.32% | 1% | - |
| XYZ | 68.69 | 83.17 | 106.2 | - |
| YUV | 226.26 | 143.65 | 90.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 248 | 254 | 0.32 | 0.02 | 0 | 0.00 | 184.44 | 0.98 | 0.84 |
| Hex | AD | F8 | FE | 20 | 2 | 0 | 0 | B8 | 62 | 54 |
| Octal | 255 | 370 | 376 | 40 | 2 | 0 | 0 | 270 | 142 | 124 |
| Binary | 10101101 | 11111000 | 11111110 | 100000 | 10 | 0 | 0 | 10111000 | 1100010 | 1010100 |
Color Harmonies of #ADF8FE
Complementary color
Monochromatic Colors of #ADF8FE
Black with #ADF8FE
Text Example
Text Example
White with #ADF8FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF8FE; }
p { color: rgb(173,248,254); }
H1.HeaderClassName
{
color: #ADF8FE;
}
.AnyTagClassName
{
color: #ADF8FE;
}
</style>
background-color css
<style>
a { background-color: #ADF8FE; }
a { background-color: rgb(173,248,254); }
div.DivClassName
{
background-color: #ADF8FE;
}
.BgClassName
{
background-color: #ADF8FE;
}
</style>
border-color css
<style>
span { border-color: #ADF8FE; }
span { border-color: rgb(173,248,254); }
td.TdClassName
{
border-color: #ADF8FE;
}
.TagClassName
{
border-color: #ADF8FE;
}
</style>