Shades of Medium Turquoise #5CDDCB
Tints of Medium Turquoise #5CDDCB
RGB
CMYK
RGB Variations
Color information
#5CDDCB (or 0x5CDDCB) is known color: Medium Turquoise. HEX triplet: 5C, DD and CB. RGB value is (92,221,203). Sum of RGB (Red+Green+Blue) = 92+221+203=516 (68% of max value = 765). Red value is 92 (36.33% from 255 or 17.83% from 516); Green value is 221 (86.72% from 255 or 42.83% from 516); Blue value is 203 (79.69% from 255 or 39.34% from 516); Max value from RGB is 221 - color contains mainly: green. Hex color #5CDDCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CDDCB is #A32234. Grayscale: #B4B4B4. Windows color (decimal): -10691125 or 13360476. OLE color: 13360476.
HSL color Cylindrical-coordinate representation of color #5CDDCB: hue angle of 171.63º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5CDDCB is Cyan = 0.58, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 92 | 221 | 203 | - |
| CMYK | 0.58 | 0 | 0.08 | 0.13 |
| HSL | 171.63º | 0.65% | 0.61% | - |
| HSV(B) | 171.63º | 0.58% | 0.87% | - |
| XYZ | 41.05 | 58.3 | 65.59 | - |
| YUV | 180.38 | 140.76 | 64.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 221 | 203 | 0.58 | 0 | 0.08 | 0.13 | 171.63 | 0.65 | 0.61 |
| Hex | 5C | DD | CB | 3A | 0 | 8 | D | AC | 41 | 3D |
| Octal | 134 | 335 | 313 | 72 | 0 | 10 | 15 | 254 | 101 | 75 |
| Binary | 1011100 | 11011101 | 11001011 | 111010 | 0 | 1000 | 1101 | 10101100 | 1000001 | 111101 |
Color Harmonies of #5CDDCB
Complementary color
Monochromatic Colors of #5CDDCB
Black with #5CDDCB
Text Example
Text Example
White with #5CDDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CDDCB; }
p { color: rgb(92,221,203); }
H1.HeaderClassName
{
color: #5CDDCB;
}
.AnyTagClassName
{
color: #5CDDCB;
}
</style>
background-color css
<style>
a { background-color: #5CDDCB; }
a { background-color: rgb(92,221,203); }
div.DivClassName
{
background-color: #5CDDCB;
}
.BgClassName
{
background-color: #5CDDCB;
}
</style>
border-color css
<style>
span { border-color: #5CDDCB; }
span { border-color: rgb(92,221,203); }
td.TdClassName
{
border-color: #5CDDCB;
}
.TagClassName
{
border-color: #5CDDCB;
}
</style>