Shades of Pale Turquoise #ADF1E8
Tints of Pale Turquoise #ADF1E8
RGB
CMYK
RGB Variations
Color information
#ADF1E8 (or 0xADF1E8) is known color: Pale Turquoise. HEX triplet: AD, F1 and E8. RGB value is (173,241,232). Sum of RGB (Red+Green+Blue) = 173+241+232=646 (85% of max value = 765). Red value is 173 (67.97% from 255 or 26.78% from 646); Green value is 241 (94.53% from 255 or 37.31% from 646); Blue value is 232 (91.02% from 255 or 35.91% from 646); Max value from RGB is 241 - color contains mainly: green. Hex color #ADF1E8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADF1E8 is #520E17. Grayscale: #DBDBDB. Windows color (decimal): -5377560 or 15266221. OLE color: 15266221.
HSL color Cylindrical-coordinate representation of color #ADF1E8: hue angle of 172.06º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ADF1E8 is Cyan = 0.28, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 241 | 232 | - |
| CMYK | 0.28 | 0 | 0.04 | 0.05 |
| HSL | 172.06º | 0.71% | 0.81% | - |
| HSV(B) | 172.06º | 0.28% | 0.95% | - |
| XYZ | 63.25 | 77.62 | 87.99 | - |
| YUV | 219.64 | 134.97 | 94.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 241 | 232 | 0.28 | 0 | 0.04 | 0.05 | 172.06 | 0.71 | 0.81 |
| Hex | AD | F1 | E8 | 1C | 0 | 4 | 5 | AC | 47 | 51 |
| Octal | 255 | 361 | 350 | 34 | 0 | 4 | 5 | 254 | 107 | 121 |
| Binary | 10101101 | 11110001 | 11101000 | 11100 | 0 | 100 | 101 | 10101100 | 1000111 | 1010001 |
Color Harmonies of #ADF1E8
Complementary color
Monochromatic Colors of #ADF1E8
Black with #ADF1E8
Text Example
Text Example
White with #ADF1E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF1E8; }
p { color: rgb(173,241,232); }
H1.HeaderClassName
{
color: #ADF1E8;
}
.AnyTagClassName
{
color: #ADF1E8;
}
</style>
background-color css
<style>
a { background-color: #ADF1E8; }
a { background-color: rgb(173,241,232); }
div.DivClassName
{
background-color: #ADF1E8;
}
.BgClassName
{
background-color: #ADF1E8;
}
</style>
border-color css
<style>
span { border-color: #ADF1E8; }
span { border-color: rgb(173,241,232); }
td.TdClassName
{
border-color: #ADF1E8;
}
.TagClassName
{
border-color: #ADF1E8;
}
</style>