Shades of Pale Turquoise #ADEFEC
Tints of Pale Turquoise #ADEFEC
RGB
CMYK
RGB Variations
Color information
#ADEFEC (or 0xADEFEC) is known color: Pale Turquoise. HEX triplet: AD, EF and EC. RGB value is (173,239,236). Sum of RGB (Red+Green+Blue) = 173+239+236=648 (85% of max value = 765). Red value is 173 (67.97% from 255 or 26.70% from 648); Green value is 239 (93.75% from 255 or 36.88% from 648); Blue value is 236 (92.58% from 255 or 36.42% from 648); Max value from RGB is 239 - color contains mainly: green. Hex color #ADEFEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADEFEC is #521013. Grayscale: #DADADA. Windows color (decimal): -5378068 or 15527853. OLE color: 15527853.
HSL color Cylindrical-coordinate representation of color #ADEFEC: hue angle of 177.27º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ADEFEC is Cyan = 0.28, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
RGB | 173 | 239 | 236 | - |
CMYK | 0.28 | 0 | 0.01 | 0.06 |
HSL | 177.27º | 0.67% | 0.81% | - |
HSV(B) | 177.27º | 0.28% | 0.94% | - |
XYZ | 63.24 | 76.67 | 90.82 | - |
YUV | 218.92 | 137.63 | 95.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 239 | 236 | 0.28 | 0 | 0.01 | 0.06 | 177.27 | 0.67 | 0.81 |
Hex | AD | EF | EC | 1C | 0 | 1 | 6 | B1 | 43 | 51 |
Octal | 255 | 357 | 354 | 34 | 0 | 1 | 6 | 261 | 103 | 121 |
Binary | 10101101 | 11101111 | 11101100 | 11100 | 0 | 1 | 110 | 10110001 | 1000011 | 1010001 |
Color Harmonies of #ADEFEC
Complementary color
Monochromatic Colors of #ADEFEC
Black with #ADEFEC
Text Example
Text Example
White with #ADEFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADEFEC; }
p { color: rgb(173,239,236); }
H1.HeaderClassName
{
color: #ADEFEC;
}
.AnyTagClassName
{
color: #ADEFEC;
}
</style>
background-color css
<style>
a { background-color: #ADEFEC; }
a { background-color: rgb(173,239,236); }
div.DivClassName
{
background-color: #ADEFEC;
}
.BgClassName
{
background-color: #ADEFEC;
}
</style>
border-color css
<style>
span { border-color: #ADEFEC; }
span { border-color: rgb(173,239,236); }
td.TdClassName
{
border-color: #ADEFEC;
}
.TagClassName
{
border-color: #ADEFEC;
}
</style>