Shades of Medium Turquoise #5DD0CF
Tints of Medium Turquoise #5DD0CF
RGB
CMYK
RGB Variations
Color information
#5DD0CF (or 0x5DD0CF) is known color: Medium Turquoise. HEX triplet: 5D, D0 and CF. RGB value is (93,208,207). Sum of RGB (Red+Green+Blue) = 93+208+207=508 (67% of max value = 765). Red value is 93 (36.72% from 255 or 18.31% from 508); Green value is 208 (81.64% from 255 or 40.94% from 508); Blue value is 207 (81.25% from 255 or 40.75% from 508); Max value from RGB is 208 - color contains mainly: green. Hex color #5DD0CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DD0CF is #A22F30. Grayscale: #ADADAD. Windows color (decimal): -10628913 or 13619293. OLE color: 13619293.
HSL color Cylindrical-coordinate representation of color #5DD0CF: hue angle of 179.48º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5DD0CF is Cyan = 0.55, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 93 | 208 | 207 | - |
| CMYK | 0.55 | 0 | 0.00 | 0.18 |
| HSL | 179.48º | 0.55% | 0.59% | - |
| HSV(B) | 179.48º | 0.55% | 0.82% | - |
| XYZ | 38.33 | 51.94 | 67.04 | - |
| YUV | 173.5 | 146.9 | 70.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 208 | 207 | 0.55 | 0 | 0.00 | 0.18 | 179.48 | 0.55 | 0.59 |
| Hex | 5D | D0 | CF | 37 | 0 | 0 | 12 | B3 | 37 | 3B |
| Octal | 135 | 320 | 317 | 67 | 0 | 0 | 22 | 263 | 67 | 73 |
| Binary | 1011101 | 11010000 | 11001111 | 110111 | 0 | 0 | 10010 | 10110011 | 110111 | 111011 |
Color Harmonies of #5DD0CF
Complementary color
Monochromatic Colors of #5DD0CF
Black with #5DD0CF
Text Example
Text Example
White with #5DD0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DD0CF; }
p { color: rgb(93,208,207); }
H1.HeaderClassName
{
color: #5DD0CF;
}
.AnyTagClassName
{
color: #5DD0CF;
}
</style>
background-color css
<style>
a { background-color: #5DD0CF; }
a { background-color: rgb(93,208,207); }
div.DivClassName
{
background-color: #5DD0CF;
}
.BgClassName
{
background-color: #5DD0CF;
}
</style>
border-color css
<style>
span { border-color: #5DD0CF; }
span { border-color: rgb(93,208,207); }
td.TdClassName
{
border-color: #5DD0CF;
}
.TagClassName
{
border-color: #5DD0CF;
}
</style>