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