Shades of Pale Turquoise #ADECE5
Tints of Pale Turquoise #ADECE5
RGB
CMYK
RGB Variations
Color information
#ADECE5 (or 0xADECE5) is known color: Pale Turquoise. HEX triplet: AD, EC and E5. RGB value is (173,236,229). Sum of RGB (Red+Green+Blue) = 173+236+229=638 (84% of max value = 765). Red value is 173 (67.97% from 255 or 27.12% from 638); Green value is 236 (92.58% from 255 or 36.99% from 638); Blue value is 229 (89.84% from 255 or 35.89% from 638); Max value from RGB is 236 - color contains mainly: green. Hex color #ADECE5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADECE5 is #52131A. Grayscale: #D8D8D8. Windows color (decimal): -5378843 or 15068333. OLE color: 15068333.
HSL color Cylindrical-coordinate representation of color #ADECE5: hue angle of 173.33º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ADECE5 is Cyan = 0.27, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
RGB | 173 | 236 | 229 | - |
CMYK | 0.27 | 0 | 0.03 | 0.07 |
HSL | 173.33º | 0.62% | 0.8% | - |
HSV(B) | 173.33º | 0.27% | 0.93% | - |
XYZ | 61.37 | 74.53 | 85.28 | - |
YUV | 216.37 | 135.13 | 97.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 236 | 229 | 0.27 | 0 | 0.03 | 0.07 | 173.33 | 0.62 | 0.8 |
Hex | AD | EC | E5 | 1B | 0 | 3 | 7 | AD | 3E | 50 |
Octal | 255 | 354 | 345 | 33 | 0 | 3 | 7 | 255 | 76 | 120 |
Binary | 10101101 | 11101100 | 11100101 | 11011 | 0 | 11 | 111 | 10101101 | 111110 | 1010000 |
Color Harmonies of #ADECE5
Complementary color
Monochromatic Colors of #ADECE5
Black with #ADECE5
Text Example
Text Example
White with #ADECE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADECE5; }
p { color: rgb(173,236,229); }
H1.HeaderClassName
{
color: #ADECE5;
}
.AnyTagClassName
{
color: #ADECE5;
}
</style>
background-color css
<style>
a { background-color: #ADECE5; }
a { background-color: rgb(173,236,229); }
div.DivClassName
{
background-color: #ADECE5;
}
.BgClassName
{
background-color: #ADECE5;
}
</style>
border-color css
<style>
span { border-color: #ADECE5; }
span { border-color: rgb(173,236,229); }
td.TdClassName
{
border-color: #ADECE5;
}
.TagClassName
{
border-color: #ADECE5;
}
</style>