Shades of Medium Turquoise #5AD6D3
Tints of Medium Turquoise #5AD6D3
RGB
CMYK
RGB Variations
Color information
#5AD6D3 (or 0x5AD6D3) is known color: Medium Turquoise. HEX triplet: 5A, D6 and D3. RGB value is (90,214,211). Sum of RGB (Red+Green+Blue) = 90+214+211=515 (68% of max value = 765). Red value is 90 (35.55% from 255 or 17.48% from 515); Green value is 214 (83.98% from 255 or 41.55% from 515); Blue value is 211 (82.81% from 255 or 40.97% from 515); Max value from RGB is 214 - color contains mainly: green. Hex color #5AD6D3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5AD6D3 is #A5292C. Grayscale: #B0B0B0. Windows color (decimal): -10823981 or 13882970. OLE color: 13882970.
HSL color Cylindrical-coordinate representation of color #5AD6D3: hue angle of 178.55º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5AD6D3 is Cyan = 0.58, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 90 | 214 | 211 | - |
| CMYK | 0.58 | 0 | 0.01 | 0.16 |
| HSL | 178.55º | 0.6% | 0.6% | - |
| HSV(B) | 178.55º | 0.58% | 0.84% | - |
| XYZ | 40.02 | 54.97 | 70.13 | - |
| YUV | 176.58 | 147.42 | 66.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 214 | 211 | 0.58 | 0 | 0.01 | 0.16 | 178.55 | 0.6 | 0.6 |
| Hex | 5A | D6 | D3 | 3A | 0 | 1 | 10 | B3 | 3C | 3C |
| Octal | 132 | 326 | 323 | 72 | 0 | 1 | 20 | 263 | 74 | 74 |
| Binary | 1011010 | 11010110 | 11010011 | 111010 | 0 | 1 | 10000 | 10110011 | 111100 | 111100 |
Color Harmonies of #5AD6D3
Complementary color
Monochromatic Colors of #5AD6D3
Black with #5AD6D3
Text Example
Text Example
White with #5AD6D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AD6D3; }
p { color: rgb(90,214,211); }
H1.HeaderClassName
{
color: #5AD6D3;
}
.AnyTagClassName
{
color: #5AD6D3;
}
</style>
background-color css
<style>
a { background-color: #5AD6D3; }
a { background-color: rgb(90,214,211); }
div.DivClassName
{
background-color: #5AD6D3;
}
.BgClassName
{
background-color: #5AD6D3;
}
</style>
border-color css
<style>
span { border-color: #5AD6D3; }
span { border-color: rgb(90,214,211); }
td.TdClassName
{
border-color: #5AD6D3;
}
.TagClassName
{
border-color: #5AD6D3;
}
</style>