Shades of Medium Turquoise #5DCEC9
Tints of Medium Turquoise #5DCEC9
RGB
CMYK
RGB Variations
Color information
#5DCEC9 (or 0x5DCEC9) is known color: Medium Turquoise. HEX triplet: 5D, CE and C9. RGB value is (93,206,201). Sum of RGB (Red+Green+Blue) = 93+206+201=500 (66% of max value = 765). Red value is 93 (36.72% from 255 or 18.6% from 500); Green value is 206 (80.86% from 255 or 41.2% from 500); Blue value is 201 (78.91% from 255 or 40.2% from 500); Max value from RGB is 206 - color contains mainly: green. Hex color #5DCEC9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DCEC9 is #A23136. Grayscale: #ABABAB. Windows color (decimal): -10629431 or 13225565. OLE color: 13225565.
HSL color Cylindrical-coordinate representation of color #5DCEC9: hue angle of 177.35º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5DCEC9 is Cyan = 0.55, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 93 | 206 | 201 | - |
| CMYK | 0.55 | 0 | 0.02 | 0.19 |
| HSL | 177.35º | 0.54% | 0.59% | - |
| HSV(B) | 177.35º | 0.55% | 0.81% | - |
| XYZ | 37.13 | 50.69 | 63.09 | - |
| YUV | 171.64 | 144.56 | 71.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 206 | 201 | 0.55 | 0 | 0.02 | 0.19 | 177.35 | 0.54 | 0.59 |
| Hex | 5D | CE | C9 | 37 | 0 | 2 | 13 | B1 | 36 | 3B |
| Octal | 135 | 316 | 311 | 67 | 0 | 2 | 23 | 261 | 66 | 73 |
| Binary | 1011101 | 11001110 | 11001001 | 110111 | 0 | 10 | 10011 | 10110001 | 110110 | 111011 |
Color Harmonies of #5DCEC9
Complementary color
Monochromatic Colors of #5DCEC9
Black with #5DCEC9
Text Example
Text Example
White with #5DCEC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DCEC9; }
p { color: rgb(93,206,201); }
H1.HeaderClassName
{
color: #5DCEC9;
}
.AnyTagClassName
{
color: #5DCEC9;
}
</style>
background-color css
<style>
a { background-color: #5DCEC9; }
a { background-color: rgb(93,206,201); }
div.DivClassName
{
background-color: #5DCEC9;
}
.BgClassName
{
background-color: #5DCEC9;
}
</style>
border-color css
<style>
span { border-color: #5DCEC9; }
span { border-color: rgb(93,206,201); }
td.TdClassName
{
border-color: #5DCEC9;
}
.TagClassName
{
border-color: #5DCEC9;
}
</style>