Shades of Medium Turquoise #5DCECD
Tints of Medium Turquoise #5DCECD
RGB
CMYK
RGB Variations
Color information
#5DCECD (or 0x5DCECD) is known color: Medium Turquoise. HEX triplet: 5D, CE and CD. RGB value is (93,206,205). Sum of RGB (Red+Green+Blue) = 93+206+205=504 (66% of max value = 765). Red value is 93 (36.72% from 255 or 18.45% from 504); Green value is 206 (80.86% from 255 or 40.87% from 504); Blue value is 205 (80.47% from 255 or 40.67% from 504); Max value from RGB is 206 - color contains mainly: green. Hex color #5DCECD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DCECD is #A23132. Grayscale: #ABABAB. Windows color (decimal): -10629427 or 13487709. OLE color: 13487709.
HSL color Cylindrical-coordinate representation of color #5DCECD: hue angle of 179.47º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5DCECD is Cyan = 0.55, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 93 | 206 | 205 | - |
| CMYK | 0.55 | 0 | 0.00 | 0.19 |
| HSL | 179.47º | 0.54% | 0.59% | - |
| HSV(B) | 179.47º | 0.55% | 0.81% | - |
| XYZ | 37.6 | 50.88 | 65.6 | - |
| YUV | 172.1 | 146.56 | 71.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 206 | 205 | 0.55 | 0 | 0.00 | 0.19 | 179.47 | 0.54 | 0.59 |
| Hex | 5D | CE | CD | 37 | 0 | 0 | 13 | B3 | 36 | 3B |
| Octal | 135 | 316 | 315 | 67 | 0 | 0 | 23 | 263 | 66 | 73 |
| Binary | 1011101 | 11001110 | 11001101 | 110111 | 0 | 0 | 10011 | 10110011 | 110110 | 111011 |
Color Harmonies of #5DCECD
Complementary color
Monochromatic Colors of #5DCECD
Black with #5DCECD
Text Example
Text Example
White with #5DCECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DCECD; }
p { color: rgb(93,206,205); }
H1.HeaderClassName
{
color: #5DCECD;
}
.AnyTagClassName
{
color: #5DCECD;
}
</style>
background-color css
<style>
a { background-color: #5DCECD; }
a { background-color: rgb(93,206,205); }
div.DivClassName
{
background-color: #5DCECD;
}
.BgClassName
{
background-color: #5DCECD;
}
</style>
border-color css
<style>
span { border-color: #5DCECD; }
span { border-color: rgb(93,206,205); }
td.TdClassName
{
border-color: #5DCECD;
}
.TagClassName
{
border-color: #5DCECD;
}
</style>