Shades of Pale Turquoise #ADEFF1
Tints of Pale Turquoise #ADEFF1
RGB
CMYK
RGB Variations
Color information
#ADEFF1 (or 0xADEFF1) is known color: Pale Turquoise. HEX triplet: AD, EF and F1. RGB value is (173,239,241). Sum of RGB (Red+Green+Blue) = 173+239+241=653 (86% of max value = 765). Red value is 173 (67.97% from 255 or 26.49% from 653); Green value is 239 (93.75% from 255 or 36.60% from 653); Blue value is 241 (94.53% from 255 or 36.91% from 653); Max value from RGB is 241 - color contains mainly: blue. Hex color #ADEFF1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADEFF1 is #52100E. Grayscale: #DBDBDB. Windows color (decimal): -5378063 or 15855533. OLE color: 15855533.
HSL color Cylindrical-coordinate representation of color #ADEFF1: hue angle of 181.76º 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 #ADEFF1 is Cyan = 0.28, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 239 | 241 | - |
| CMYK | 0.28 | 0.01 | 0 | 0.05 |
| HSL | 181.76º | 0.71% | 0.81% | - |
| HSV(B) | 181.76º | 0.28% | 0.95% | - |
| XYZ | 63.98 | 76.97 | 94.7 | - |
| YUV | 219.49 | 140.13 | 94.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 239 | 241 | 0.28 | 0.01 | 0 | 0.05 | 181.76 | 0.71 | 0.81 |
| Hex | AD | EF | F1 | 1C | 1 | 0 | 5 | B6 | 47 | 51 |
| Octal | 255 | 357 | 361 | 34 | 1 | 0 | 5 | 266 | 107 | 121 |
| Binary | 10101101 | 11101111 | 11110001 | 11100 | 1 | 0 | 101 | 10110110 | 1000111 | 1010001 |
Color Harmonies of #ADEFF1
Complementary color
Monochromatic Colors of #ADEFF1
Black with #ADEFF1
Text Example
Text Example
White with #ADEFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADEFF1; }
p { color: rgb(173,239,241); }
H1.HeaderClassName
{
color: #ADEFF1;
}
.AnyTagClassName
{
color: #ADEFF1;
}
</style>
background-color css
<style>
a { background-color: #ADEFF1; }
a { background-color: rgb(173,239,241); }
div.DivClassName
{
background-color: #ADEFF1;
}
.BgClassName
{
background-color: #ADEFF1;
}
</style>
border-color css
<style>
span { border-color: #ADEFF1; }
span { border-color: rgb(173,239,241); }
td.TdClassName
{
border-color: #ADEFF1;
}
.TagClassName
{
border-color: #ADEFF1;
}
</style>