Shades of Pale Turquoise #ADECF3
Tints of Pale Turquoise #ADECF3
RGB
CMYK
RGB Variations
Color information
#ADECF3 (or 0xADECF3) is known color: Pale Turquoise. HEX triplet: AD, EC and F3. RGB value is (173,236,243). Sum of RGB (Red+Green+Blue) = 173+236+243=652 (86% of max value = 765). Red value is 173 (67.97% from 255 or 26.53% from 652); Green value is 236 (92.58% from 255 or 36.20% from 652); Blue value is 243 (95.31% from 255 or 37.27% from 652); Max value from RGB is 243 - color contains mainly: blue. Hex color #ADECF3 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADECF3 is #52130C. Grayscale: #D9D9D9. Windows color (decimal): -5378829 or 15985837. OLE color: 15985837.
HSL color Cylindrical-coordinate representation of color #ADECF3: hue angle of 186º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ADECF3 is Cyan = 0.29, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 236 | 243 | - |
| CMYK | 0.29 | 0.03 | 0 | 0.05 |
| HSL | 186º | 0.74% | 0.82% | - |
| HSV(B) | 186º | 0.29% | 0.95% | - |
| XYZ | 63.41 | 75.35 | 96 | - |
| YUV | 217.96 | 142.13 | 95.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 236 | 243 | 0.29 | 0.03 | 0 | 0.05 | 186 | 0.74 | 0.82 |
| Hex | AD | EC | F3 | 1D | 3 | 0 | 5 | BA | 4A | 52 |
| Octal | 255 | 354 | 363 | 35 | 3 | 0 | 5 | 272 | 112 | 122 |
| Binary | 10101101 | 11101100 | 11110011 | 11101 | 11 | 0 | 101 | 10111010 | 1001010 | 1010010 |
Color Harmonies of #ADECF3
Complementary color
Monochromatic Colors of #ADECF3
Black with #ADECF3
Text Example
Text Example
White with #ADECF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADECF3; }
p { color: rgb(173,236,243); }
H1.HeaderClassName
{
color: #ADECF3;
}
.AnyTagClassName
{
color: #ADECF3;
}
</style>
background-color css
<style>
a { background-color: #ADECF3; }
a { background-color: rgb(173,236,243); }
div.DivClassName
{
background-color: #ADECF3;
}
.BgClassName
{
background-color: #ADECF3;
}
</style>
border-color css
<style>
span { border-color: #ADECF3; }
span { border-color: rgb(173,236,243); }
td.TdClassName
{
border-color: #ADECF3;
}
.TagClassName
{
border-color: #ADECF3;
}
</style>