Shades of Medium Turquoise #5DD5CF
Tints of Medium Turquoise #5DD5CF
RGB
CMYK
RGB Variations
Color information
#5DD5CF (or 0x5DD5CF) is known color: Medium Turquoise. HEX triplet: 5D, D5 and CF. RGB value is (93,213,207). Sum of RGB (Red+Green+Blue) = 93+213+207=513 (67% of max value = 765). Red value is 93 (36.72% from 255 or 18.13% from 513); Green value is 213 (83.59% from 255 or 41.52% from 513); Blue value is 207 (81.25% from 255 or 40.35% from 513); Max value from RGB is 213 - color contains mainly: green. Hex color #5DD5CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DD5CF is #A22A30. Grayscale: #B0B0B0. Windows color (decimal): -10627633 or 13620573. OLE color: 13620573.
HSL color Cylindrical-coordinate representation of color #5DD5CF: hue angle of 177º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5DD5CF is Cyan = 0.56, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 93 | 213 | 207 | - |
| CMYK | 0.56 | 0 | 0.03 | 0.16 |
| HSL | 177º | 0.59% | 0.6% | - |
| HSV(B) | 177º | 0.56% | 0.84% | - |
| XYZ | 39.57 | 54.42 | 67.45 | - |
| YUV | 176.44 | 145.24 | 68.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 213 | 207 | 0.56 | 0 | 0.03 | 0.16 | 177 | 0.59 | 0.6 |
| Hex | 5D | D5 | CF | 38 | 0 | 3 | 10 | B1 | 3B | 3C |
| Octal | 135 | 325 | 317 | 70 | 0 | 3 | 20 | 261 | 73 | 74 |
| Binary | 1011101 | 11010101 | 11001111 | 111000 | 0 | 11 | 10000 | 10110001 | 111011 | 111100 |
Color Harmonies of #5DD5CF
Complementary color
Monochromatic Colors of #5DD5CF
Black with #5DD5CF
Text Example
Text Example
White with #5DD5CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DD5CF; }
p { color: rgb(93,213,207); }
H1.HeaderClassName
{
color: #5DD5CF;
}
.AnyTagClassName
{
color: #5DD5CF;
}
</style>
background-color css
<style>
a { background-color: #5DD5CF; }
a { background-color: rgb(93,213,207); }
div.DivClassName
{
background-color: #5DD5CF;
}
.BgClassName
{
background-color: #5DD5CF;
}
</style>
border-color css
<style>
span { border-color: #5DD5CF; }
span { border-color: rgb(93,213,207); }
td.TdClassName
{
border-color: #5DD5CF;
}
.TagClassName
{
border-color: #5DD5CF;
}
</style>