Shades of Medium Turquoise #5DCED2
Tints of Medium Turquoise #5DCED2
RGB
CMYK
RGB Variations
Color information
#5DCED2 (or 0x5DCED2) is known color: Medium Turquoise. HEX triplet: 5D, CE and D2. RGB value is (93,206,210). Sum of RGB (Red+Green+Blue) = 93+206+210=509 (67% of max value = 765). Red value is 93 (36.72% from 255 or 18.27% from 509); Green value is 206 (80.86% from 255 or 40.47% from 509); Blue value is 210 (82.42% from 255 or 41.26% from 509); Max value from RGB is 210 - color contains mainly: blue. Hex color #5DCED2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DCED2 is #A2312D. Grayscale: #ACACAC. Windows color (decimal): -10629422 or 13815389. OLE color: 13815389.
HSL color Cylindrical-coordinate representation of color #5DCED2: hue angle of 182.05º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5DCED2 is Cyan = 0.56, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 93 | 206 | 210 | - |
| CMYK | 0.56 | 0.02 | 0 | 0.18 |
| HSL | 182.05º | 0.57% | 0.59% | - |
| HSV(B) | 182.05º | 0.56% | 0.82% | - |
| XYZ | 38.22 | 51.12 | 68.83 | - |
| YUV | 172.67 | 149.06 | 71.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 206 | 210 | 0.56 | 0.02 | 0 | 0.18 | 182.05 | 0.57 | 0.59 |
| Hex | 5D | CE | D2 | 38 | 2 | 0 | 12 | B6 | 39 | 3B |
| Octal | 135 | 316 | 322 | 70 | 2 | 0 | 22 | 266 | 71 | 73 |
| Binary | 1011101 | 11001110 | 11010010 | 111000 | 10 | 0 | 10010 | 10110110 | 111001 | 111011 |
Color Harmonies of #5DCED2
Complementary color
Monochromatic Colors of #5DCED2
Black with #5DCED2
Text Example
Text Example
White with #5DCED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DCED2; }
p { color: rgb(93,206,210); }
H1.HeaderClassName
{
color: #5DCED2;
}
.AnyTagClassName
{
color: #5DCED2;
}
</style>
background-color css
<style>
a { background-color: #5DCED2; }
a { background-color: rgb(93,206,210); }
div.DivClassName
{
background-color: #5DCED2;
}
.BgClassName
{
background-color: #5DCED2;
}
</style>
border-color css
<style>
span { border-color: #5DCED2; }
span { border-color: rgb(93,206,210); }
td.TdClassName
{
border-color: #5DCED2;
}
.TagClassName
{
border-color: #5DCED2;
}
</style>