Shades of Pale Turquoise #ADECE7
Tints of Pale Turquoise #ADECE7
RGB
CMYK
RGB Variations
Color information
#ADECE7 (or 0xADECE7) is known color: Pale Turquoise. HEX triplet: AD, EC and E7. RGB value is (173,236,231). Sum of RGB (Red+Green+Blue) = 173+236+231=640 (84% of max value = 765). Red value is 173 (67.97% from 255 or 27.03% from 640); Green value is 236 (92.58% from 255 or 36.88% from 640); Blue value is 231 (90.62% from 255 or 36.09% from 640); Max value from RGB is 236 - color contains mainly: green. Hex color #ADECE7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADECE7 is #521318. Grayscale: #D8D8D8. Windows color (decimal): -5378841 or 15199405. OLE color: 15199405.
HSL color Cylindrical-coordinate representation of color #ADECE7: hue angle of 175.24º 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 #ADECE7 is Cyan = 0.27, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
RGB | 173 | 236 | 231 | - |
CMYK | 0.27 | 0 | 0.02 | 0.07 |
HSL | 175.24º | 0.62% | 0.8% | - |
HSV(B) | 175.24º | 0.27% | 0.93% | - |
XYZ | 61.65 | 74.64 | 86.76 | - |
YUV | 216.59 | 136.13 | 96.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 236 | 231 | 0.27 | 0 | 0.02 | 0.07 | 175.24 | 0.62 | 0.8 |
Hex | AD | EC | E7 | 1B | 0 | 2 | 7 | AF | 3E | 50 |
Octal | 255 | 354 | 347 | 33 | 0 | 2 | 7 | 257 | 76 | 120 |
Binary | 10101101 | 11101100 | 11100111 | 11011 | 0 | 10 | 111 | 10101111 | 111110 | 1010000 |
Color Harmonies of #ADECE7
Complementary color
Monochromatic Colors of #ADECE7
Black with #ADECE7
Text Example
Text Example
White with #ADECE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADECE7; }
p { color: rgb(173,236,231); }
H1.HeaderClassName
{
color: #ADECE7;
}
.AnyTagClassName
{
color: #ADECE7;
}
</style>
background-color css
<style>
a { background-color: #ADECE7; }
a { background-color: rgb(173,236,231); }
div.DivClassName
{
background-color: #ADECE7;
}
.BgClassName
{
background-color: #ADECE7;
}
</style>
border-color css
<style>
span { border-color: #ADECE7; }
span { border-color: rgb(173,236,231); }
td.TdClassName
{
border-color: #ADECE7;
}
.TagClassName
{
border-color: #ADECE7;
}
</style>