Shades of Medium Turquoise #5DD6CC
Tints of Medium Turquoise #5DD6CC
RGB
CMYK
RGB Variations
Color information
#5DD6CC (or 0x5DD6CC) is known color: Medium Turquoise. HEX triplet: 5D, D6 and CC. RGB value is (93,214,204). Sum of RGB (Red+Green+Blue) = 93+214+204=511 (67% of max value = 765). Red value is 93 (36.72% from 255 or 18.20% from 511); Green value is 214 (83.98% from 255 or 41.88% from 511); Blue value is 204 (80.08% from 255 or 39.92% from 511); Max value from RGB is 214 - color contains mainly: green. Hex color #5DD6CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DD6CC is #A22933. Grayscale: #B0B0B0. Windows color (decimal): -10627380 or 13424221. OLE color: 13424221.
HSL color Cylindrical-coordinate representation of color #5DD6CC: hue angle of 175.04º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5DD6CC is Cyan = 0.57, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 93 | 214 | 204 | - |
| CMYK | 0.57 | 0 | 0.05 | 0.16 |
| HSL | 175.04º | 0.6% | 0.6% | - |
| HSV(B) | 175.04º | 0.57% | 0.84% | - |
| XYZ | 39.46 | 54.78 | 65.62 | - |
| YUV | 176.68 | 143.41 | 68.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 214 | 204 | 0.57 | 0 | 0.05 | 0.16 | 175.04 | 0.6 | 0.6 |
| Hex | 5D | D6 | CC | 39 | 0 | 5 | 10 | AF | 3C | 3C |
| Octal | 135 | 326 | 314 | 71 | 0 | 5 | 20 | 257 | 74 | 74 |
| Binary | 1011101 | 11010110 | 11001100 | 111001 | 0 | 101 | 10000 | 10101111 | 111100 | 111100 |
Color Harmonies of #5DD6CC
Complementary color
Monochromatic Colors of #5DD6CC
Black with #5DD6CC
Text Example
Text Example
White with #5DD6CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DD6CC; }
p { color: rgb(93,214,204); }
H1.HeaderClassName
{
color: #5DD6CC;
}
.AnyTagClassName
{
color: #5DD6CC;
}
</style>
background-color css
<style>
a { background-color: #5DD6CC; }
a { background-color: rgb(93,214,204); }
div.DivClassName
{
background-color: #5DD6CC;
}
.BgClassName
{
background-color: #5DD6CC;
}
</style>
border-color css
<style>
span { border-color: #5DD6CC; }
span { border-color: rgb(93,214,204); }
td.TdClassName
{
border-color: #5DD6CC;
}
.TagClassName
{
border-color: #5DD6CC;
}
</style>