Shades of Medium Turquoise #5DC8CE
Tints of Medium Turquoise #5DC8CE
RGB
CMYK
RGB Variations
Color information
#5DC8CE (or 0x5DC8CE) is known color: Medium Turquoise. HEX triplet: 5D, C8 and CE. RGB value is (93,200,206). Sum of RGB (Red+Green+Blue) = 93+200+206=499 (66% of max value = 765). Red value is 93 (36.72% from 255 or 18.64% from 499); Green value is 200 (78.52% from 255 or 40.08% from 499); Blue value is 206 (80.86% from 255 or 41.28% from 499); Max value from RGB is 206 - color contains mainly: blue. Hex color #5DC8CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DC8CE is #A23731. Grayscale: #A8A8A8. Windows color (decimal): -10630962 or 13551709. OLE color: 13551709.
HSL color Cylindrical-coordinate representation of color #5DC8CE: hue angle of 183.19º 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 #5DC8CE is Cyan = 0.55, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 93 | 200 | 206 | - |
| CMYK | 0.55 | 0.03 | 0 | 0.19 |
| HSL | 183.19º | 0.54% | 0.59% | - |
| HSV(B) | 183.19º | 0.55% | 0.81% | - |
| XYZ | 36.31 | 48.09 | 65.76 | - |
| YUV | 168.69 | 149.05 | 74.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 200 | 206 | 0.55 | 0.03 | 0 | 0.19 | 183.19 | 0.54 | 0.59 |
| Hex | 5D | C8 | CE | 37 | 3 | 0 | 13 | B7 | 36 | 3B |
| Octal | 135 | 310 | 316 | 67 | 3 | 0 | 23 | 267 | 66 | 73 |
| Binary | 1011101 | 11001000 | 11001110 | 110111 | 11 | 0 | 10011 | 10110111 | 110110 | 111011 |
Color Harmonies of #5DC8CE
Complementary color
Monochromatic Colors of #5DC8CE
Black with #5DC8CE
Text Example
Text Example
White with #5DC8CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DC8CE; }
p { color: rgb(93,200,206); }
H1.HeaderClassName
{
color: #5DC8CE;
}
.AnyTagClassName
{
color: #5DC8CE;
}
</style>
background-color css
<style>
a { background-color: #5DC8CE; }
a { background-color: rgb(93,200,206); }
div.DivClassName
{
background-color: #5DC8CE;
}
.BgClassName
{
background-color: #5DC8CE;
}
</style>
border-color css
<style>
span { border-color: #5DC8CE; }
span { border-color: rgb(93,200,206); }
td.TdClassName
{
border-color: #5DC8CE;
}
.TagClassName
{
border-color: #5DC8CE;
}
</style>