Shades of Medium Turquoise #5DCDCB
Tints of Medium Turquoise #5DCDCB
RGB
CMYK
RGB Variations
Color information
#5DCDCB (or 0x5DCDCB) is known color: Medium Turquoise. HEX triplet: 5D, CD and CB. RGB value is (93,205,203). Sum of RGB (Red+Green+Blue) = 93+205+203=501 (66% of max value = 765). Red value is 93 (36.72% from 255 or 18.56% from 501); Green value is 205 (80.47% from 255 or 40.92% from 501); Blue value is 203 (79.69% from 255 or 40.52% from 501); Max value from RGB is 205 - color contains mainly: green. Hex color #5DCDCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DCDCB is #A23234. Grayscale: #ABABAB. Windows color (decimal): -10629685 or 13356381. OLE color: 13356381.
HSL color Cylindrical-coordinate representation of color #5DCDCB: hue angle of 178.93º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5DCDCB is Cyan = 0.55, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 93 | 205 | 203 | - |
| CMYK | 0.55 | 0 | 0.01 | 0.20 |
| HSL | 178.93º | 0.53% | 0.58% | - |
| HSV(B) | 178.93º | 0.55% | 0.8% | - |
| XYZ | 37.13 | 50.3 | 64.25 | - |
| YUV | 171.28 | 145.89 | 72.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 205 | 203 | 0.55 | 0 | 0.01 | 0.20 | 178.93 | 0.53 | 0.58 |
| Hex | 5D | CD | CB | 37 | 0 | 1 | 14 | B3 | 35 | 3A |
| Octal | 135 | 315 | 313 | 67 | 0 | 1 | 24 | 263 | 65 | 72 |
| Binary | 1011101 | 11001101 | 11001011 | 110111 | 0 | 1 | 10100 | 10110011 | 110101 | 111010 |
Color Harmonies of #5DCDCB
Complementary color
Monochromatic Colors of #5DCDCB
Black with #5DCDCB
Text Example
Text Example
White with #5DCDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DCDCB; }
p { color: rgb(93,205,203); }
H1.HeaderClassName
{
color: #5DCDCB;
}
.AnyTagClassName
{
color: #5DCDCB;
}
</style>
background-color css
<style>
a { background-color: #5DCDCB; }
a { background-color: rgb(93,205,203); }
div.DivClassName
{
background-color: #5DCDCB;
}
.BgClassName
{
background-color: #5DCDCB;
}
</style>
border-color css
<style>
span { border-color: #5DCDCB; }
span { border-color: rgb(93,205,203); }
td.TdClassName
{
border-color: #5DCDCB;
}
.TagClassName
{
border-color: #5DCDCB;
}
</style>