Shades of Medium Turquoise #5DDED2
Tints of Medium Turquoise #5DDED2
RGB
CMYK
RGB Variations
Color information
#5DDED2 (or 0x5DDED2) is known color: Medium Turquoise. HEX triplet: 5D, DE and D2. RGB value is (93,222,210). Sum of RGB (Red+Green+Blue) = 93+222+210=525 (69% of max value = 765). Red value is 93 (36.72% from 255 or 17.71% from 525); Green value is 222 (87.11% from 255 or 42.29% from 525); Blue value is 210 (82.42% from 255 or 40% from 525); Max value from RGB is 222 - color contains mainly: green. Hex color #5DDED2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DDED2 is #A2212D. Grayscale: #B5B5B5. Windows color (decimal): -10625326 or 13819485. OLE color: 13819485.
HSL color Cylindrical-coordinate representation of color #5DDED2: hue angle of 174.42º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5DDED2 is Cyan = 0.58, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 93 | 222 | 210 | - |
| CMYK | 0.58 | 0 | 0.05 | 0.13 |
| HSL | 174.42º | 0.66% | 0.62% | - |
| HSV(B) | 174.42º | 0.58% | 0.87% | - |
| XYZ | 42.27 | 59.22 | 70.18 | - |
| YUV | 182.06 | 143.76 | 64.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 222 | 210 | 0.58 | 0 | 0.05 | 0.13 | 174.42 | 0.66 | 0.62 |
| Hex | 5D | DE | D2 | 3A | 0 | 5 | D | AE | 42 | 3E |
| Octal | 135 | 336 | 322 | 72 | 0 | 5 | 15 | 256 | 102 | 76 |
| Binary | 1011101 | 11011110 | 11010010 | 111010 | 0 | 101 | 1101 | 10101110 | 1000010 | 111110 |
Color Harmonies of #5DDED2
Complementary color
Monochromatic Colors of #5DDED2
Black with #5DDED2
Text Example
Text Example
White with #5DDED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DDED2; }
p { color: rgb(93,222,210); }
H1.HeaderClassName
{
color: #5DDED2;
}
.AnyTagClassName
{
color: #5DDED2;
}
</style>
background-color css
<style>
a { background-color: #5DDED2; }
a { background-color: rgb(93,222,210); }
div.DivClassName
{
background-color: #5DDED2;
}
.BgClassName
{
background-color: #5DDED2;
}
</style>
border-color css
<style>
span { border-color: #5DDED2; }
span { border-color: rgb(93,222,210); }
td.TdClassName
{
border-color: #5DDED2;
}
.TagClassName
{
border-color: #5DDED2;
}
</style>