Shades of Pale Turquoise #ADECE4
Tints of Pale Turquoise #ADECE4
RGB
CMYK
RGB Variations
Color information
#ADECE4 (or 0xADECE4) is known color: Pale Turquoise. HEX triplet: AD, EC and E4. RGB value is (173,236,228). Sum of RGB (Red+Green+Blue) = 173+236+228=637 (84% of max value = 765). Red value is 173 (67.97% from 255 or 27.16% from 637); Green value is 236 (92.58% from 255 or 37.05% from 637); Blue value is 228 (89.45% from 255 or 35.79% from 637); Max value from RGB is 236 - color contains mainly: green. Hex color #ADECE4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADECE4 is #52131B. Grayscale: #D8D8D8. Windows color (decimal): -5378844 or 15002797. OLE color: 15002797.
HSL color Cylindrical-coordinate representation of color #ADECE4: hue angle of 172.38º 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 #ADECE4 is Cyan = 0.27, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
RGB | 173 | 236 | 228 | - |
CMYK | 0.27 | 0 | 0.03 | 0.07 |
HSL | 172.38º | 0.62% | 0.8% | - |
HSV(B) | 172.38º | 0.27% | 0.93% | - |
XYZ | 61.23 | 74.48 | 84.55 | - |
YUV | 216.25 | 134.63 | 97.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 236 | 228 | 0.27 | 0 | 0.03 | 0.07 | 172.38 | 0.62 | 0.8 |
Hex | AD | EC | E4 | 1B | 0 | 3 | 7 | AC | 3E | 50 |
Octal | 255 | 354 | 344 | 33 | 0 | 3 | 7 | 254 | 76 | 120 |
Binary | 10101101 | 11101100 | 11100100 | 11011 | 0 | 11 | 111 | 10101100 | 111110 | 1010000 |
Color Harmonies of #ADECE4
Complementary color
Monochromatic Colors of #ADECE4
Black with #ADECE4
Text Example
Text Example
White with #ADECE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADECE4; }
p { color: rgb(173,236,228); }
H1.HeaderClassName
{
color: #ADECE4;
}
.AnyTagClassName
{
color: #ADECE4;
}
</style>
background-color css
<style>
a { background-color: #ADECE4; }
a { background-color: rgb(173,236,228); }
div.DivClassName
{
background-color: #ADECE4;
}
.BgClassName
{
background-color: #ADECE4;
}
</style>
border-color css
<style>
span { border-color: #ADECE4; }
span { border-color: rgb(173,236,228); }
td.TdClassName
{
border-color: #ADECE4;
}
.TagClassName
{
border-color: #ADECE4;
}
</style>