Shades of Pale Turquoise #ADF5FE
Tints of Pale Turquoise #ADF5FE
RGB
CMYK
RGB Variations
Color information
#ADF5FE (or 0xADF5FE) is known color: Pale Turquoise. HEX triplet: AD, F5 and FE. RGB value is (173,245,254). Sum of RGB (Red+Green+Blue) = 173+245+254=672 (89% of max value = 765). Red value is 173 (67.97% from 255 or 25.74% from 672); Green value is 245 (96.09% from 255 or 36.46% from 672); Blue value is 254 (99.61% from 255 or 37.80% from 672); Max value from RGB is 254 - color contains mainly: blue. Hex color #ADF5FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADF5FE is #520A01. Grayscale: #E0E0E0. Windows color (decimal): -5376514 or 16709037. OLE color: 16709037.
HSL color Cylindrical-coordinate representation of color #ADF5FE: hue angle of 186.67º 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 #ADF5FE is Cyan = 0.32, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 173 | 245 | 254 | - |
| CMYK | 0.32 | 0.04 | 0 | 0.00 |
| HSL | 186.67º | 0.98% | 0.84% | - |
| HSV(B) | 186.67º | 0.32% | 1% | - |
| XYZ | 67.78 | 81.34 | 105.89 | - |
| YUV | 224.5 | 144.65 | 91.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 245 | 254 | 0.32 | 0.04 | 0 | 0.00 | 186.67 | 0.98 | 0.84 |
| Hex | AD | F5 | FE | 20 | 4 | 0 | 0 | BB | 62 | 54 |
| Octal | 255 | 365 | 376 | 40 | 4 | 0 | 0 | 273 | 142 | 124 |
| Binary | 10101101 | 11110101 | 11111110 | 100000 | 100 | 0 | 0 | 10111011 | 1100010 | 1010100 |
Color Harmonies of #ADF5FE
Complementary color
Monochromatic Colors of #ADF5FE
Black with #ADF5FE
Text Example
Text Example
White with #ADF5FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF5FE; }
p { color: rgb(173,245,254); }
H1.HeaderClassName
{
color: #ADF5FE;
}
.AnyTagClassName
{
color: #ADF5FE;
}
</style>
background-color css
<style>
a { background-color: #ADF5FE; }
a { background-color: rgb(173,245,254); }
div.DivClassName
{
background-color: #ADF5FE;
}
.BgClassName
{
background-color: #ADF5FE;
}
</style>
border-color css
<style>
span { border-color: #ADF5FE; }
span { border-color: rgb(173,245,254); }
td.TdClassName
{
border-color: #ADF5FE;
}
.TagClassName
{
border-color: #ADF5FE;
}
</style>