Shades of Medium Turquoise #5DD9CE
Tints of Medium Turquoise #5DD9CE
RGB
CMYK
RGB Variations
Color information
#5DD9CE (or 0x5DD9CE) is known color: Medium Turquoise. HEX triplet: 5D, D9 and CE. RGB value is (93,217,206). Sum of RGB (Red+Green+Blue) = 93+217+206=516 (68% of max value = 765). Red value is 93 (36.72% from 255 or 18.02% from 516); Green value is 217 (85.16% from 255 or 42.05% from 516); Blue value is 206 (80.86% from 255 or 39.92% from 516); Max value from RGB is 217 - color contains mainly: green. Hex color #5DD9CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DD9CE is #A22631. Grayscale: #B2B2B2. Windows color (decimal): -10626610 or 13556061. OLE color: 13556061.
HSL color Cylindrical-coordinate representation of color #5DD9CE: hue angle of 174.68º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5DD9CE is Cyan = 0.57, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 93 | 217 | 206 | - |
| CMYK | 0.57 | 0 | 0.05 | 0.15 |
| HSL | 174.68º | 0.62% | 0.61% | - |
| HSV(B) | 174.68º | 0.57% | 0.85% | - |
| XYZ | 40.47 | 56.41 | 67.15 | - |
| YUV | 178.67 | 143.42 | 66.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 217 | 206 | 0.57 | 0 | 0.05 | 0.15 | 174.68 | 0.62 | 0.61 |
| Hex | 5D | D9 | CE | 39 | 0 | 5 | F | AF | 3E | 3D |
| Octal | 135 | 331 | 316 | 71 | 0 | 5 | 17 | 257 | 76 | 75 |
| Binary | 1011101 | 11011001 | 11001110 | 111001 | 0 | 101 | 1111 | 10101111 | 111110 | 111101 |
Color Harmonies of #5DD9CE
Complementary color
Monochromatic Colors of #5DD9CE
Black with #5DD9CE
Text Example
Text Example
White with #5DD9CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DD9CE; }
p { color: rgb(93,217,206); }
H1.HeaderClassName
{
color: #5DD9CE;
}
.AnyTagClassName
{
color: #5DD9CE;
}
</style>
background-color css
<style>
a { background-color: #5DD9CE; }
a { background-color: rgb(93,217,206); }
div.DivClassName
{
background-color: #5DD9CE;
}
.BgClassName
{
background-color: #5DD9CE;
}
</style>
border-color css
<style>
span { border-color: #5DD9CE; }
span { border-color: rgb(93,217,206); }
td.TdClassName
{
border-color: #5DD9CE;
}
.TagClassName
{
border-color: #5DD9CE;
}
</style>