Shades of Medium Turquoise #5DC7CE
Tints of Medium Turquoise #5DC7CE
RGB
CMYK
RGB Variations
Color information
#5DC7CE (or 0x5DC7CE) is known color: Medium Turquoise. HEX triplet: 5D, C7 and CE. RGB value is (93,199,206). Sum of RGB (Red+Green+Blue) = 93+199+206=498 (65% of max value = 765). Red value is 93 (36.72% from 255 or 18.67% from 498); Green value is 199 (78.12% from 255 or 39.96% from 498); Blue value is 206 (80.86% from 255 or 41.37% from 498); Max value from RGB is 206 - color contains mainly: blue. Hex color #5DC7CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DC7CE is #A23831. Grayscale: #A7A7A7. Windows color (decimal): -10631218 or 13551453. OLE color: 13551453.
HSL color Cylindrical-coordinate representation of color #5DC7CE: hue angle of 183.72º 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 #5DC7CE is Cyan = 0.55, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 93 | 199 | 206 | - |
| CMYK | 0.55 | 0.03 | 0 | 0.19 |
| HSL | 183.72º | 0.54% | 0.59% | - |
| HSV(B) | 183.72º | 0.55% | 0.81% | - |
| XYZ | 36.08 | 47.63 | 65.68 | - |
| YUV | 168.1 | 149.38 | 74.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 199 | 206 | 0.55 | 0.03 | 0 | 0.19 | 183.72 | 0.54 | 0.59 |
| Hex | 5D | C7 | CE | 37 | 3 | 0 | 13 | B8 | 36 | 3B |
| Octal | 135 | 307 | 316 | 67 | 3 | 0 | 23 | 270 | 66 | 73 |
| Binary | 1011101 | 11000111 | 11001110 | 110111 | 11 | 0 | 10011 | 10111000 | 110110 | 111011 |
Color Harmonies of #5DC7CE
Complementary color
Monochromatic Colors of #5DC7CE
Black with #5DC7CE
Text Example
Text Example
White with #5DC7CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DC7CE; }
p { color: rgb(93,199,206); }
H1.HeaderClassName
{
color: #5DC7CE;
}
.AnyTagClassName
{
color: #5DC7CE;
}
</style>
background-color css
<style>
a { background-color: #5DC7CE; }
a { background-color: rgb(93,199,206); }
div.DivClassName
{
background-color: #5DC7CE;
}
.BgClassName
{
background-color: #5DC7CE;
}
</style>
border-color css
<style>
span { border-color: #5DC7CE; }
span { border-color: rgb(93,199,206); }
td.TdClassName
{
border-color: #5DC7CE;
}
.TagClassName
{
border-color: #5DC7CE;
}
</style>