Shades of Pale Turquoise #ADEFED
Tints of Pale Turquoise #ADEFED
RGB
CMYK
RGB Variations
Color information
#ADEFED (or 0xADEFED) is known color: Pale Turquoise. HEX triplet: AD, EF and ED. RGB value is (173,239,237). Sum of RGB (Red+Green+Blue) = 173+239+237=649 (85% of max value = 765). Red value is 173 (67.97% from 255 or 26.66% from 649); Green value is 239 (93.75% from 255 or 36.83% from 649); Blue value is 237 (92.97% from 255 or 36.52% from 649); Max value from RGB is 239 - color contains mainly: green. Hex color #ADEFED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADEFED is #521012. Grayscale: #DADADA. Windows color (decimal): -5378067 or 15593389. OLE color: 15593389.
HSL color Cylindrical-coordinate representation of color #ADEFED: hue angle of 178.18º 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 #ADEFED is Cyan = 0.28, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
RGB | 173 | 239 | 237 | - |
CMYK | 0.28 | 0 | 0.01 | 0.06 |
HSL | 178.18º | 0.67% | 0.81% | - |
HSV(B) | 178.18º | 0.28% | 0.94% | - |
XYZ | 63.39 | 76.73 | 91.59 | - |
YUV | 219.04 | 138.13 | 95.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 239 | 237 | 0.28 | 0 | 0.01 | 0.06 | 178.18 | 0.67 | 0.81 |
Hex | AD | EF | ED | 1C | 0 | 1 | 6 | B2 | 43 | 51 |
Octal | 255 | 357 | 355 | 34 | 0 | 1 | 6 | 262 | 103 | 121 |
Binary | 10101101 | 11101111 | 11101101 | 11100 | 0 | 1 | 110 | 10110010 | 1000011 | 1010001 |
Color Harmonies of #ADEFED
Complementary color
Monochromatic Colors of #ADEFED
Black with #ADEFED
Text Example
Text Example
White with #ADEFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADEFED; }
p { color: rgb(173,239,237); }
H1.HeaderClassName
{
color: #ADEFED;
}
.AnyTagClassName
{
color: #ADEFED;
}
</style>
background-color css
<style>
a { background-color: #ADEFED; }
a { background-color: rgb(173,239,237); }
div.DivClassName
{
background-color: #ADEFED;
}
.BgClassName
{
background-color: #ADEFED;
}
</style>
border-color css
<style>
span { border-color: #ADEFED; }
span { border-color: rgb(173,239,237); }
td.TdClassName
{
border-color: #ADEFED;
}
.TagClassName
{
border-color: #ADEFED;
}
</style>