Shades of Pale Turquoise #ADEEFA
Tints of Pale Turquoise #ADEEFA
RGB
CMYK
RGB Variations
Color information
#ADEEFA (or 0xADEEFA) is known color: Pale Turquoise. HEX triplet: AD, EE and FA. RGB value is (173,238,250). Sum of RGB (Red+Green+Blue) = 173+238+250=661 (87% of max value = 765). Red value is 173 (67.97% from 255 or 26.17% from 661); Green value is 238 (93.36% from 255 or 36.01% from 661); Blue value is 250 (98.05% from 255 or 37.82% from 661); Max value from RGB is 250 - color contains mainly: blue. Hex color #ADEEFA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADEEFA is #521105. Grayscale: #DBDBDB. Windows color (decimal): -5378310 or 16445101. OLE color: 16445101.
HSL color Cylindrical-coordinate representation of color #ADEEFA: hue angle of 189.35º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ADEEFA is Cyan = 0.31, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 173 | 238 | 250 | - |
CMYK | 0.31 | 0.05 | 0 | 0.02 |
HSL | 189.35º | 0.89% | 0.83% | - |
HSV(B) | 189.35º | 0.31% | 0.98% | - |
XYZ | 65.06 | 76.94 | 101.86 | - |
YUV | 219.93 | 144.97 | 94.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 238 | 250 | 0.31 | 0.05 | 0 | 0.02 | 189.35 | 0.89 | 0.83 |
Hex | AD | EE | FA | 1F | 5 | 0 | 2 | BD | 59 | 53 |
Octal | 255 | 356 | 372 | 37 | 5 | 0 | 2 | 275 | 131 | 123 |
Binary | 10101101 | 11101110 | 11111010 | 11111 | 101 | 0 | 10 | 10111101 | 1011001 | 1010011 |
Color Harmonies of #ADEEFA
Complementary color
Monochromatic Colors of #ADEEFA
Black with #ADEEFA
Text Example
Text Example
White with #ADEEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADEEFA; }
p { color: rgb(173,238,250); }
H1.HeaderClassName
{
color: #ADEEFA;
}
.AnyTagClassName
{
color: #ADEEFA;
}
</style>
background-color css
<style>
a { background-color: #ADEEFA; }
a { background-color: rgb(173,238,250); }
div.DivClassName
{
background-color: #ADEEFA;
}
.BgClassName
{
background-color: #ADEEFA;
}
</style>
border-color css
<style>
span { border-color: #ADEEFA; }
span { border-color: rgb(173,238,250); }
td.TdClassName
{
border-color: #ADEEFA;
}
.TagClassName
{
border-color: #ADEEFA;
}
</style>