Shades of Medium Turquoise #5CDFCD
Tints of Medium Turquoise #5CDFCD
RGB
CMYK
RGB Variations
Color information
#5CDFCD (or 0x5CDFCD) is known color: Medium Turquoise. HEX triplet: 5C, DF and CD. RGB value is (92,223,205). Sum of RGB (Red+Green+Blue) = 92+223+205=520 (68% of max value = 765). Red value is 92 (36.33% from 255 or 17.69% from 520); Green value is 223 (87.5% from 255 or 42.88% from 520); Blue value is 205 (80.47% from 255 or 39.42% from 520); Max value from RGB is 223 - color contains mainly: green. Hex color #5CDFCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CDFCD is #A32032. Grayscale: #B5B5B5. Windows color (decimal): -10690611 or 13492060. OLE color: 13492060.
HSL color Cylindrical-coordinate representation of color #5CDFCD: hue angle of 171.76º degrees, saturation: 0.67, 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 #5CDFCD is Cyan = 0.59, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 92 | 223 | 205 | - |
| CMYK | 0.59 | 0 | 0.08 | 0.13 |
| HSL | 171.76º | 0.67% | 0.62% | - |
| HSV(B) | 171.76º | 0.59% | 0.87% | - |
| XYZ | 41.82 | 59.46 | 67.03 | - |
| YUV | 181.78 | 141.1 | 63.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 223 | 205 | 0.59 | 0 | 0.08 | 0.13 | 171.76 | 0.67 | 0.62 |
| Hex | 5C | DF | CD | 3B | 0 | 8 | D | AC | 43 | 3E |
| Octal | 134 | 337 | 315 | 73 | 0 | 10 | 15 | 254 | 103 | 76 |
| Binary | 1011100 | 11011111 | 11001101 | 111011 | 0 | 1000 | 1101 | 10101100 | 1000011 | 111110 |
Color Harmonies of #5CDFCD
Complementary color
Monochromatic Colors of #5CDFCD
Black with #5CDFCD
Text Example
Text Example
White with #5CDFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CDFCD; }
p { color: rgb(92,223,205); }
H1.HeaderClassName
{
color: #5CDFCD;
}
.AnyTagClassName
{
color: #5CDFCD;
}
</style>
background-color css
<style>
a { background-color: #5CDFCD; }
a { background-color: rgb(92,223,205); }
div.DivClassName
{
background-color: #5CDFCD;
}
.BgClassName
{
background-color: #5CDFCD;
}
</style>
border-color css
<style>
span { border-color: #5CDFCD; }
span { border-color: rgb(92,223,205); }
td.TdClassName
{
border-color: #5CDFCD;
}
.TagClassName
{
border-color: #5CDFCD;
}
</style>