Shades of Pale Turquoise #ADECEE
Tints of Pale Turquoise #ADECEE
RGB
CMYK
RGB Variations
Color information
#ADECEE (or 0xADECEE) is known color: Pale Turquoise. HEX triplet: AD, EC and EE. RGB value is (173,236,238). Sum of RGB (Red+Green+Blue) = 173+236+238=647 (85% of max value = 765). Red value is 173 (67.97% from 255 or 26.74% from 647); Green value is 236 (92.58% from 255 or 36.48% from 647); Blue value is 238 (93.36% from 255 or 36.79% from 647); Max value from RGB is 238 - color contains mainly: blue. Hex color #ADECEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADECEE is #521311. Grayscale: #D9D9D9. Windows color (decimal): -5378834 or 15658157. OLE color: 15658157.
HSL color Cylindrical-coordinate representation of color #ADECEE: hue angle of 181.85º degrees, saturation: 0.66, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ADECEE is Cyan = 0.27, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 236 | 238 | - |
| CMYK | 0.27 | 0.01 | 0 | 0.07 |
| HSL | 181.85º | 0.66% | 0.81% | - |
| HSV(B) | 181.85º | 0.27% | 0.93% | - |
| XYZ | 62.66 | 75.05 | 92.07 | - |
| YUV | 217.39 | 139.63 | 96.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 236 | 238 | 0.27 | 0.01 | 0 | 0.07 | 181.85 | 0.66 | 0.81 |
| Hex | AD | EC | EE | 1B | 1 | 0 | 7 | B6 | 42 | 51 |
| Octal | 255 | 354 | 356 | 33 | 1 | 0 | 7 | 266 | 102 | 121 |
| Binary | 10101101 | 11101100 | 11101110 | 11011 | 1 | 0 | 111 | 10110110 | 1000010 | 1010001 |
Color Harmonies of #ADECEE
Complementary color
Monochromatic Colors of #ADECEE
Black with #ADECEE
Text Example
Text Example
White with #ADECEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADECEE; }
p { color: rgb(173,236,238); }
H1.HeaderClassName
{
color: #ADECEE;
}
.AnyTagClassName
{
color: #ADECEE;
}
</style>
background-color css
<style>
a { background-color: #ADECEE; }
a { background-color: rgb(173,236,238); }
div.DivClassName
{
background-color: #ADECEE;
}
.BgClassName
{
background-color: #ADECEE;
}
</style>
border-color css
<style>
span { border-color: #ADECEE; }
span { border-color: rgb(173,236,238); }
td.TdClassName
{
border-color: #ADECEE;
}
.TagClassName
{
border-color: #ADECEE;
}
</style>