Shades of Medium Turquoise #5DCDCF
Tints of Medium Turquoise #5DCDCF
RGB
CMYK
RGB Variations
Color information
#5DCDCF (or 0x5DCDCF) is known color: Medium Turquoise. HEX triplet: 5D, CD and CF. RGB value is (93,205,207). Sum of RGB (Red+Green+Blue) = 93+205+207=505 (66% of max value = 765). Red value is 93 (36.72% from 255 or 18.42% from 505); Green value is 205 (80.47% from 255 or 40.59% from 505); Blue value is 207 (81.25% from 255 or 40.99% from 505); Max value from RGB is 207 - color contains mainly: blue. Hex color #5DCDCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DCDCF is #A23230. Grayscale: #ABABAB. Windows color (decimal): -10629681 or 13618525. OLE color: 13618525.
HSL color Cylindrical-coordinate representation of color #5DCDCF: hue angle of 181.05º 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 #5DCDCF is Cyan = 0.55, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 93 | 205 | 207 | - |
| CMYK | 0.55 | 0.01 | 0 | 0.19 |
| HSL | 181.05º | 0.54% | 0.59% | - |
| HSV(B) | 181.05º | 0.55% | 0.81% | - |
| XYZ | 37.61 | 50.49 | 66.8 | - |
| YUV | 171.74 | 147.89 | 71.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 205 | 207 | 0.55 | 0.01 | 0 | 0.19 | 181.05 | 0.54 | 0.59 |
| Hex | 5D | CD | CF | 37 | 1 | 0 | 13 | B5 | 36 | 3B |
| Octal | 135 | 315 | 317 | 67 | 1 | 0 | 23 | 265 | 66 | 73 |
| Binary | 1011101 | 11001101 | 11001111 | 110111 | 1 | 0 | 10011 | 10110101 | 110110 | 111011 |
Color Harmonies of #5DCDCF
Complementary color
Monochromatic Colors of #5DCDCF
Black with #5DCDCF
Text Example
Text Example
White with #5DCDCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DCDCF; }
p { color: rgb(93,205,207); }
H1.HeaderClassName
{
color: #5DCDCF;
}
.AnyTagClassName
{
color: #5DCDCF;
}
</style>
background-color css
<style>
a { background-color: #5DCDCF; }
a { background-color: rgb(93,205,207); }
div.DivClassName
{
background-color: #5DCDCF;
}
.BgClassName
{
background-color: #5DCDCF;
}
</style>
border-color css
<style>
span { border-color: #5DCDCF; }
span { border-color: rgb(93,205,207); }
td.TdClassName
{
border-color: #5DCDCF;
}
.TagClassName
{
border-color: #5DCDCF;
}
</style>