Shades of Pale Turquoise #ADEEEC
Tints of Pale Turquoise #ADEEEC
RGB
CMYK
RGB Variations
Color information
#ADEEEC (or 0xADEEEC) is known color: Pale Turquoise. HEX triplet: AD, EE and EC. RGB value is (173,238,236). Sum of RGB (Red+Green+Blue) = 173+238+236=647 (85% of max value = 765). Red value is 173 (67.97% from 255 or 26.74% from 647); Green value is 238 (93.36% from 255 or 36.79% from 647); Blue value is 236 (92.58% from 255 or 36.48% from 647); Max value from RGB is 238 - color contains mainly: green. Hex color #ADEEEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADEEEC is #521113. Grayscale: #DADADA. Windows color (decimal): -5378324 or 15527597. OLE color: 15527597.
HSL color Cylindrical-coordinate representation of color #ADEEEC: hue angle of 178.15º 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 #ADEEEC is Cyan = 0.27, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
RGB | 173 | 238 | 236 | - |
CMYK | 0.27 | 0 | 0.01 | 0.07 |
HSL | 178.15º | 0.66% | 0.81% | - |
HSV(B) | 178.15º | 0.27% | 0.93% | - |
XYZ | 62.95 | 76.09 | 90.73 | - |
YUV | 218.34 | 137.97 | 95.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 238 | 236 | 0.27 | 0 | 0.01 | 0.07 | 178.15 | 0.66 | 0.81 |
Hex | AD | EE | EC | 1B | 0 | 1 | 7 | B2 | 42 | 51 |
Octal | 255 | 356 | 354 | 33 | 0 | 1 | 7 | 262 | 102 | 121 |
Binary | 10101101 | 11101110 | 11101100 | 11011 | 0 | 1 | 111 | 10110010 | 1000010 | 1010001 |
Color Harmonies of #ADEEEC
Complementary color
Monochromatic Colors of #ADEEEC
Black with #ADEEEC
Text Example
Text Example
White with #ADEEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADEEEC; }
p { color: rgb(173,238,236); }
H1.HeaderClassName
{
color: #ADEEEC;
}
.AnyTagClassName
{
color: #ADEEEC;
}
</style>
background-color css
<style>
a { background-color: #ADEEEC; }
a { background-color: rgb(173,238,236); }
div.DivClassName
{
background-color: #ADEEEC;
}
.BgClassName
{
background-color: #ADEEEC;
}
</style>
border-color css
<style>
span { border-color: #ADEEEC; }
span { border-color: rgb(173,238,236); }
td.TdClassName
{
border-color: #ADEEEC;
}
.TagClassName
{
border-color: #ADEEEC;
}
</style>