Shades of Medium Turquoise #5CD5CE
Tints of Medium Turquoise #5CD5CE
RGB
CMYK
RGB Variations
Color information
#5CD5CE (or 0x5CD5CE) is known color: Medium Turquoise. HEX triplet: 5C, D5 and CE. RGB value is (92,213,206). Sum of RGB (Red+Green+Blue) = 92+213+206=511 (67% of max value = 765). Red value is 92 (36.33% from 255 or 18.00% from 511); Green value is 213 (83.59% from 255 or 41.68% from 511); Blue value is 206 (80.86% from 255 or 40.31% from 511); Max value from RGB is 213 - color contains mainly: green. Hex color #5CD5CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CD5CE is #A32A31. Grayscale: #AFAFAF. Windows color (decimal): -10693170 or 13555036. OLE color: 13555036.
HSL color Cylindrical-coordinate representation of color #5CD5CE: hue angle of 176.53º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5CD5CE is Cyan = 0.57, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 92 | 213 | 206 | - |
| CMYK | 0.57 | 0 | 0.03 | 0.16 |
| HSL | 176.53º | 0.59% | 0.6% | - |
| HSV(B) | 176.53º | 0.57% | 0.84% | - |
| XYZ | 39.35 | 54.32 | 66.8 | - |
| YUV | 176.02 | 144.91 | 68.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 213 | 206 | 0.57 | 0 | 0.03 | 0.16 | 176.53 | 0.59 | 0.6 |
| Hex | 5C | D5 | CE | 39 | 0 | 3 | 10 | B1 | 3B | 3C |
| Octal | 134 | 325 | 316 | 71 | 0 | 3 | 20 | 261 | 73 | 74 |
| Binary | 1011100 | 11010101 | 11001110 | 111001 | 0 | 11 | 10000 | 10110001 | 111011 | 111100 |
Color Harmonies of #5CD5CE
Complementary color
Monochromatic Colors of #5CD5CE
Black with #5CD5CE
Text Example
Text Example
White with #5CD5CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CD5CE; }
p { color: rgb(92,213,206); }
H1.HeaderClassName
{
color: #5CD5CE;
}
.AnyTagClassName
{
color: #5CD5CE;
}
</style>
background-color css
<style>
a { background-color: #5CD5CE; }
a { background-color: rgb(92,213,206); }
div.DivClassName
{
background-color: #5CD5CE;
}
.BgClassName
{
background-color: #5CD5CE;
}
</style>
border-color css
<style>
span { border-color: #5CD5CE; }
span { border-color: rgb(92,213,206); }
td.TdClassName
{
border-color: #5CD5CE;
}
.TagClassName
{
border-color: #5CD5CE;
}
</style>