Shades of Pale Turquoise #ADF1FE
Tints of Pale Turquoise #ADF1FE
RGB
CMYK
RGB Variations
Color information
#ADF1FE (or 0xADF1FE) is known color: Pale Turquoise. HEX triplet: AD, F1 and FE. RGB value is (173,241,254). Sum of RGB (Red+Green+Blue) = 173+241+254=668 (88% of max value = 765). Red value is 173 (67.97% from 255 or 25.90% from 668); Green value is 241 (94.53% from 255 or 36.08% from 668); Blue value is 254 (99.61% from 255 or 38.02% from 668); Max value from RGB is 254 - color contains mainly: blue. Hex color #ADF1FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADF1FE is #520E01. Grayscale: #DEDEDE. Windows color (decimal): -5377538 or 16708013. OLE color: 16708013.
HSL color Cylindrical-coordinate representation of color #ADF1FE: hue angle of 189.63º 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 #ADF1FE is Cyan = 0.32, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 173 | 241 | 254 | - |
| CMYK | 0.32 | 0.05 | 0 | 0.00 |
| HSL | 189.63º | 0.98% | 0.84% | - |
| HSV(B) | 189.63º | 0.32% | 1% | - |
| XYZ | 66.58 | 78.95 | 105.5 | - |
| YUV | 222.15 | 145.97 | 92.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 241 | 254 | 0.32 | 0.05 | 0 | 0.00 | 189.63 | 0.98 | 0.84 |
| Hex | AD | F1 | FE | 20 | 5 | 0 | 0 | BE | 62 | 54 |
| Octal | 255 | 361 | 376 | 40 | 5 | 0 | 0 | 276 | 142 | 124 |
| Binary | 10101101 | 11110001 | 11111110 | 100000 | 101 | 0 | 0 | 10111110 | 1100010 | 1010100 |
Color Harmonies of #ADF1FE
Complementary color
Monochromatic Colors of #ADF1FE
Black with #ADF1FE
Text Example
Text Example
White with #ADF1FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF1FE; }
p { color: rgb(173,241,254); }
H1.HeaderClassName
{
color: #ADF1FE;
}
.AnyTagClassName
{
color: #ADF1FE;
}
</style>
background-color css
<style>
a { background-color: #ADF1FE; }
a { background-color: rgb(173,241,254); }
div.DivClassName
{
background-color: #ADF1FE;
}
.BgClassName
{
background-color: #ADF1FE;
}
</style>
border-color css
<style>
span { border-color: #ADF1FE; }
span { border-color: rgb(173,241,254); }
td.TdClassName
{
border-color: #ADF1FE;
}
.TagClassName
{
border-color: #ADF1FE;
}
</style>