Shades of Medium Turquoise #5AD9CC
Tints of Medium Turquoise #5AD9CC
RGB
CMYK
RGB Variations
Color information
#5AD9CC (or 0x5AD9CC) is known color: Medium Turquoise. HEX triplet: 5A, D9 and CC. RGB value is (90,217,204). Sum of RGB (Red+Green+Blue) = 90+217+204=511 (67% of max value = 765). Red value is 90 (35.55% from 255 or 17.61% from 511); Green value is 217 (85.16% from 255 or 42.47% from 511); Blue value is 204 (80.08% from 255 or 39.92% from 511); Max value from RGB is 217 - color contains mainly: green. Hex color #5AD9CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5AD9CC is #A52633. Grayscale: #B1B1B1. Windows color (decimal): -10823220 or 13424986. OLE color: 13424986.
HSL color Cylindrical-coordinate representation of color #5AD9CC: hue angle of 173.86º 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 #5AD9CC is Cyan = 0.59, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 90 | 217 | 204 | - |
| CMYK | 0.59 | 0 | 0.06 | 0.15 |
| HSL | 173.86º | 0.63% | 0.6% | - |
| HSV(B) | 173.86º | 0.59% | 0.85% | - |
| XYZ | 39.93 | 56.16 | 65.86 | - |
| YUV | 177.55 | 142.92 | 65.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 217 | 204 | 0.59 | 0 | 0.06 | 0.15 | 173.86 | 0.63 | 0.6 |
| Hex | 5A | D9 | CC | 3B | 0 | 6 | F | AE | 3F | 3C |
| Octal | 132 | 331 | 314 | 73 | 0 | 6 | 17 | 256 | 77 | 74 |
| Binary | 1011010 | 11011001 | 11001100 | 111011 | 0 | 110 | 1111 | 10101110 | 111111 | 111100 |
Color Harmonies of #5AD9CC
Complementary color
Monochromatic Colors of #5AD9CC
Black with #5AD9CC
Text Example
Text Example
White with #5AD9CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AD9CC; }
p { color: rgb(90,217,204); }
H1.HeaderClassName
{
color: #5AD9CC;
}
.AnyTagClassName
{
color: #5AD9CC;
}
</style>
background-color css
<style>
a { background-color: #5AD9CC; }
a { background-color: rgb(90,217,204); }
div.DivClassName
{
background-color: #5AD9CC;
}
.BgClassName
{
background-color: #5AD9CC;
}
</style>
border-color css
<style>
span { border-color: #5AD9CC; }
span { border-color: rgb(90,217,204); }
td.TdClassName
{
border-color: #5AD9CC;
}
.TagClassName
{
border-color: #5AD9CC;
}
</style>