Shades of Medium Turquoise #5DDACC
Tints of Medium Turquoise #5DDACC
RGB
CMYK
RGB Variations
Color information
#5DDACC (or 0x5DDACC) is known color: Medium Turquoise. HEX triplet: 5D, DA and CC. RGB value is (93,218,204). Sum of RGB (Red+Green+Blue) = 93+218+204=515 (68% of max value = 765). Red value is 93 (36.72% from 255 or 18.06% from 515); Green value is 218 (85.55% from 255 or 42.33% from 515); Blue value is 204 (80.08% from 255 or 39.61% from 515); Max value from RGB is 218 - color contains mainly: green. Hex color #5DDACC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DDACC is #A22533. Grayscale: #B2B2B2. Windows color (decimal): -10626356 or 13425245. OLE color: 13425245.
HSL color Cylindrical-coordinate representation of color #5DDACC: hue angle of 173.28º degrees, saturation: 0.63, 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 #5DDACC is Cyan = 0.57, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 93 | 218 | 204 | - |
| CMYK | 0.57 | 0 | 0.06 | 0.15 |
| HSL | 173.28º | 0.63% | 0.61% | - |
| HSV(B) | 173.28º | 0.57% | 0.85% | - |
| XYZ | 40.48 | 56.83 | 65.96 | - |
| YUV | 179.03 | 142.09 | 66.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 218 | 204 | 0.57 | 0 | 0.06 | 0.15 | 173.28 | 0.63 | 0.61 |
| Hex | 5D | DA | CC | 39 | 0 | 6 | F | AD | 3F | 3D |
| Octal | 135 | 332 | 314 | 71 | 0 | 6 | 17 | 255 | 77 | 75 |
| Binary | 1011101 | 11011010 | 11001100 | 111001 | 0 | 110 | 1111 | 10101101 | 111111 | 111101 |
Color Harmonies of #5DDACC
Complementary color
Monochromatic Colors of #5DDACC
Black with #5DDACC
Text Example
Text Example
White with #5DDACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DDACC; }
p { color: rgb(93,218,204); }
H1.HeaderClassName
{
color: #5DDACC;
}
.AnyTagClassName
{
color: #5DDACC;
}
</style>
background-color css
<style>
a { background-color: #5DDACC; }
a { background-color: rgb(93,218,204); }
div.DivClassName
{
background-color: #5DDACC;
}
.BgClassName
{
background-color: #5DDACC;
}
</style>
border-color css
<style>
span { border-color: #5DDACC; }
span { border-color: rgb(93,218,204); }
td.TdClassName
{
border-color: #5DDACC;
}
.TagClassName
{
border-color: #5DDACC;
}
</style>