Shades of Medium Turquoise #5AD3D9
Tints of Medium Turquoise #5AD3D9
RGB
CMYK
RGB Variations
Color information
#5AD3D9 (or 0x5AD3D9) is known color: Medium Turquoise. HEX triplet: 5A, D3 and D9. RGB value is (90,211,217). Sum of RGB (Red+Green+Blue) = 90+211+217=518 (68% of max value = 765). Red value is 90 (35.55% from 255 or 17.37% from 518); Green value is 211 (82.81% from 255 or 40.73% from 518); Blue value is 217 (85.16% from 255 or 41.89% from 518); Max value from RGB is 217 - color contains mainly: blue. Hex color #5AD3D9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5AD3D9 is #A52C26. Grayscale: #AFAFAF. Windows color (decimal): -10824743 or 14275418. OLE color: 14275418.
HSL color Cylindrical-coordinate representation of color #5AD3D9: hue angle of 182.83º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5AD3D9 is Cyan = 0.59, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 90 | 211 | 217 | - |
| CMYK | 0.59 | 0.03 | 0 | 0.15 |
| HSL | 182.83º | 0.63% | 0.6% | - |
| HSV(B) | 182.83º | 0.59% | 0.85% | - |
| XYZ | 40.04 | 53.77 | 73.91 | - |
| YUV | 175.51 | 151.41 | 67.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 211 | 217 | 0.59 | 0.03 | 0 | 0.15 | 182.83 | 0.63 | 0.6 |
| Hex | 5A | D3 | D9 | 3B | 3 | 0 | F | B7 | 3F | 3C |
| Octal | 132 | 323 | 331 | 73 | 3 | 0 | 17 | 267 | 77 | 74 |
| Binary | 1011010 | 11010011 | 11011001 | 111011 | 11 | 0 | 1111 | 10110111 | 111111 | 111100 |
Color Harmonies of #5AD3D9
Complementary color
Monochromatic Colors of #5AD3D9
Black with #5AD3D9
Text Example
Text Example
White with #5AD3D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AD3D9; }
p { color: rgb(90,211,217); }
H1.HeaderClassName
{
color: #5AD3D9;
}
.AnyTagClassName
{
color: #5AD3D9;
}
</style>
background-color css
<style>
a { background-color: #5AD3D9; }
a { background-color: rgb(90,211,217); }
div.DivClassName
{
background-color: #5AD3D9;
}
.BgClassName
{
background-color: #5AD3D9;
}
</style>
border-color css
<style>
span { border-color: #5AD3D9; }
span { border-color: rgb(90,211,217); }
td.TdClassName
{
border-color: #5AD3D9;
}
.TagClassName
{
border-color: #5AD3D9;
}
</style>