Shades of Medium Turquoise #5DD9CC
Tints of Medium Turquoise #5DD9CC
RGB
CMYK
RGB Variations
Color information
#5DD9CC (or 0x5DD9CC) is known color: Medium Turquoise. HEX triplet: 5D, D9 and CC. RGB value is (93,217,204). Sum of RGB (Red+Green+Blue) = 93+217+204=514 (68% of max value = 765). Red value is 93 (36.72% from 255 or 18.09% from 514); Green value is 217 (85.16% from 255 or 42.22% from 514); Blue value is 204 (80.08% from 255 or 39.69% from 514); Max value from RGB is 217 - color contains mainly: green. Hex color #5DD9CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DD9CC is #A22633. Grayscale: #B2B2B2. Windows color (decimal): -10626612 or 13424989. OLE color: 13424989.
HSL color Cylindrical-coordinate representation of color #5DD9CC: hue angle of 173.71º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5DD9CC is Cyan = 0.57, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 93 | 217 | 204 | - |
| CMYK | 0.57 | 0 | 0.06 | 0.15 |
| HSL | 173.71º | 0.62% | 0.61% | - |
| HSV(B) | 173.71º | 0.57% | 0.85% | - |
| XYZ | 40.23 | 56.31 | 65.88 | - |
| YUV | 178.44 | 142.42 | 67.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 217 | 204 | 0.57 | 0 | 0.06 | 0.15 | 173.71 | 0.62 | 0.61 |
| Hex | 5D | D9 | CC | 39 | 0 | 6 | F | AE | 3E | 3D |
| Octal | 135 | 331 | 314 | 71 | 0 | 6 | 17 | 256 | 76 | 75 |
| Binary | 1011101 | 11011001 | 11001100 | 111001 | 0 | 110 | 1111 | 10101110 | 111110 | 111101 |
Color Harmonies of #5DD9CC
Complementary color
Monochromatic Colors of #5DD9CC
Black with #5DD9CC
Text Example
Text Example
White with #5DD9CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DD9CC; }
p { color: rgb(93,217,204); }
H1.HeaderClassName
{
color: #5DD9CC;
}
.AnyTagClassName
{
color: #5DD9CC;
}
</style>
background-color css
<style>
a { background-color: #5DD9CC; }
a { background-color: rgb(93,217,204); }
div.DivClassName
{
background-color: #5DD9CC;
}
.BgClassName
{
background-color: #5DD9CC;
}
</style>
border-color css
<style>
span { border-color: #5DD9CC; }
span { border-color: rgb(93,217,204); }
td.TdClassName
{
border-color: #5DD9CC;
}
.TagClassName
{
border-color: #5DD9CC;
}
</style>