Shades of Pale Turquoise #ADF0FE
Tints of Pale Turquoise #ADF0FE
RGB
CMYK
RGB Variations
Color information
#ADF0FE (or 0xADF0FE) is known color: Pale Turquoise. HEX triplet: AD, F0 and FE. RGB value is (173,240,254). Sum of RGB (Red+Green+Blue) = 173+240+254=667 (88% of max value = 765). Red value is 173 (67.97% from 255 or 25.94% from 667); Green value is 240 (94.14% from 255 or 35.98% from 667); Blue value is 254 (99.61% from 255 or 38.08% from 667); Max value from RGB is 254 - color contains mainly: blue. Hex color #ADF0FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADF0FE is #520F01. Grayscale: #DDDDDD. Windows color (decimal): -5377794 or 16707757. OLE color: 16707757.
HSL color Cylindrical-coordinate representation of color #ADF0FE: hue angle of 190.37º 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 #ADF0FE is Cyan = 0.32, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 173 | 240 | 254 | - |
| CMYK | 0.32 | 0.06 | 0 | 0.00 |
| HSL | 190.37º | 0.98% | 0.84% | - |
| HSV(B) | 190.37º | 0.32% | 1% | - |
| XYZ | 66.28 | 78.36 | 105.4 | - |
| YUV | 221.56 | 146.3 | 93.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 240 | 254 | 0.32 | 0.06 | 0 | 0.00 | 190.37 | 0.98 | 0.84 |
| Hex | AD | F0 | FE | 20 | 6 | 0 | 0 | BE | 62 | 54 |
| Octal | 255 | 360 | 376 | 40 | 6 | 0 | 0 | 276 | 142 | 124 |
| Binary | 10101101 | 11110000 | 11111110 | 100000 | 110 | 0 | 0 | 10111110 | 1100010 | 1010100 |
Color Harmonies of #ADF0FE
Complementary color
Monochromatic Colors of #ADF0FE
Black with #ADF0FE
Text Example
Text Example
White with #ADF0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF0FE; }
p { color: rgb(173,240,254); }
H1.HeaderClassName
{
color: #ADF0FE;
}
.AnyTagClassName
{
color: #ADF0FE;
}
</style>
background-color css
<style>
a { background-color: #ADF0FE; }
a { background-color: rgb(173,240,254); }
div.DivClassName
{
background-color: #ADF0FE;
}
.BgClassName
{
background-color: #ADF0FE;
}
</style>
border-color css
<style>
span { border-color: #ADF0FE; }
span { border-color: rgb(173,240,254); }
td.TdClassName
{
border-color: #ADF0FE;
}
.TagClassName
{
border-color: #ADF0FE;
}
</style>