Shades of Medium Turquoise #5CDECD
Tints of Medium Turquoise #5CDECD
RGB
CMYK
RGB Variations
Color information
#5CDECD (or 0x5CDECD) is known color: Medium Turquoise. HEX triplet: 5C, DE and CD. RGB value is (92,222,205). Sum of RGB (Red+Green+Blue) = 92+222+205=519 (68% of max value = 765). Red value is 92 (36.33% from 255 or 17.73% from 519); Green value is 222 (87.11% from 255 or 42.77% from 519); Blue value is 205 (80.47% from 255 or 39.50% from 519); Max value from RGB is 222 - color contains mainly: green. Hex color #5CDECD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CDECD is #A32132. Grayscale: #B5B5B5. Windows color (decimal): -10690867 or 13491804. OLE color: 13491804.
HSL color Cylindrical-coordinate representation of color #5CDECD: hue angle of 172.15º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5CDECD is Cyan = 0.59, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 92 | 222 | 205 | - |
| CMYK | 0.59 | 0 | 0.08 | 0.13 |
| HSL | 172.15º | 0.66% | 0.62% | - |
| HSV(B) | 172.15º | 0.59% | 0.87% | - |
| XYZ | 41.55 | 58.93 | 66.94 | - |
| YUV | 181.19 | 141.43 | 64.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 222 | 205 | 0.59 | 0 | 0.08 | 0.13 | 172.15 | 0.66 | 0.62 |
| Hex | 5C | DE | CD | 3B | 0 | 8 | D | AC | 42 | 3E |
| Octal | 134 | 336 | 315 | 73 | 0 | 10 | 15 | 254 | 102 | 76 |
| Binary | 1011100 | 11011110 | 11001101 | 111011 | 0 | 1000 | 1101 | 10101100 | 1000010 | 111110 |
Color Harmonies of #5CDECD
Complementary color
Monochromatic Colors of #5CDECD
Black with #5CDECD
Text Example
Text Example
White with #5CDECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CDECD; }
p { color: rgb(92,222,205); }
H1.HeaderClassName
{
color: #5CDECD;
}
.AnyTagClassName
{
color: #5CDECD;
}
</style>
background-color css
<style>
a { background-color: #5CDECD; }
a { background-color: rgb(92,222,205); }
div.DivClassName
{
background-color: #5CDECD;
}
.BgClassName
{
background-color: #5CDECD;
}
</style>
border-color css
<style>
span { border-color: #5CDECD; }
span { border-color: rgb(92,222,205); }
td.TdClassName
{
border-color: #5CDECD;
}
.TagClassName
{
border-color: #5CDECD;
}
</style>