Shades of Pale Turquoise #ADF2FE
Tints of Pale Turquoise #ADF2FE
RGB
CMYK
RGB Variations
Color information
#ADF2FE (or 0xADF2FE) is known color: Pale Turquoise. HEX triplet: AD, F2 and FE. RGB value is (173,242,254). Sum of RGB (Red+Green+Blue) = 173+242+254=669 (88% of max value = 765). Red value is 173 (67.97% from 255 or 25.86% from 669); Green value is 242 (94.92% from 255 or 36.17% from 669); Blue value is 254 (99.61% from 255 or 37.97% from 669); Max value from RGB is 254 - color contains mainly: blue. Hex color #ADF2FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADF2FE is #520D01. Grayscale: #DEDEDE. Windows color (decimal): -5377282 or 16708269. OLE color: 16708269.
HSL color Cylindrical-coordinate representation of color #ADF2FE: hue angle of 188.89º 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 #ADF2FE is Cyan = 0.32, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 173 | 242 | 254 | - |
| CMYK | 0.32 | 0.05 | 0 | 0.00 |
| HSL | 188.89º | 0.98% | 0.84% | - |
| HSV(B) | 188.89º | 0.32% | 1% | - |
| XYZ | 66.88 | 79.54 | 105.59 | - |
| YUV | 222.74 | 145.64 | 92.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 242 | 254 | 0.32 | 0.05 | 0 | 0.00 | 188.89 | 0.98 | 0.84 |
| Hex | AD | F2 | FE | 20 | 5 | 0 | 0 | BD | 62 | 54 |
| Octal | 255 | 362 | 376 | 40 | 5 | 0 | 0 | 275 | 142 | 124 |
| Binary | 10101101 | 11110010 | 11111110 | 100000 | 101 | 0 | 0 | 10111101 | 1100010 | 1010100 |
Color Harmonies of #ADF2FE
Complementary color
Monochromatic Colors of #ADF2FE
Black with #ADF2FE
Text Example
Text Example
White with #ADF2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF2FE; }
p { color: rgb(173,242,254); }
H1.HeaderClassName
{
color: #ADF2FE;
}
.AnyTagClassName
{
color: #ADF2FE;
}
</style>
background-color css
<style>
a { background-color: #ADF2FE; }
a { background-color: rgb(173,242,254); }
div.DivClassName
{
background-color: #ADF2FE;
}
.BgClassName
{
background-color: #ADF2FE;
}
</style>
border-color css
<style>
span { border-color: #ADF2FE; }
span { border-color: rgb(173,242,254); }
td.TdClassName
{
border-color: #ADF2FE;
}
.TagClassName
{
border-color: #ADF2FE;
}
</style>