Shades of Pale Turquoise #ADEBF1
Tints of Pale Turquoise #ADEBF1
RGB
CMYK
RGB Variations
Color information
#ADEBF1 (or 0xADEBF1) is known color: Pale Turquoise. HEX triplet: AD, EB and F1. RGB value is (173,235,241). Sum of RGB (Red+Green+Blue) = 173+235+241=649 (85% of max value = 765). Red value is 173 (67.97% from 255 or 26.66% from 649); Green value is 235 (92.19% from 255 or 36.21% from 649); Blue value is 241 (94.53% from 255 or 37.13% from 649); Max value from RGB is 241 - color contains mainly: blue. Hex color #ADEBF1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADEBF1 is #52140E. Grayscale: #D9D9D9. Windows color (decimal): -5379087 or 15854509. OLE color: 15854509.
HSL color Cylindrical-coordinate representation of color #ADEBF1: hue angle of 185.29º 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 #ADEBF1 is Cyan = 0.28, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 235 | 241 | - |
| CMYK | 0.28 | 0.02 | 0 | 0.05 |
| HSL | 185.29º | 0.71% | 0.81% | - |
| HSV(B) | 185.29º | 0.28% | 0.95% | - |
| XYZ | 62.82 | 74.65 | 94.32 | - |
| YUV | 217.15 | 141.46 | 96.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 235 | 241 | 0.28 | 0.02 | 0 | 0.05 | 185.29 | 0.71 | 0.81 |
| Hex | AD | EB | F1 | 1C | 2 | 0 | 5 | B9 | 47 | 51 |
| Octal | 255 | 353 | 361 | 34 | 2 | 0 | 5 | 271 | 107 | 121 |
| Binary | 10101101 | 11101011 | 11110001 | 11100 | 10 | 0 | 101 | 10111001 | 1000111 | 1010001 |
Color Harmonies of #ADEBF1
Complementary color
Monochromatic Colors of #ADEBF1
Black with #ADEBF1
Text Example
Text Example
White with #ADEBF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADEBF1; }
p { color: rgb(173,235,241); }
H1.HeaderClassName
{
color: #ADEBF1;
}
.AnyTagClassName
{
color: #ADEBF1;
}
</style>
background-color css
<style>
a { background-color: #ADEBF1; }
a { background-color: rgb(173,235,241); }
div.DivClassName
{
background-color: #ADEBF1;
}
.BgClassName
{
background-color: #ADEBF1;
}
</style>
border-color css
<style>
span { border-color: #ADEBF1; }
span { border-color: rgb(173,235,241); }
td.TdClassName
{
border-color: #ADEBF1;
}
.TagClassName
{
border-color: #ADEBF1;
}
</style>