Shades of Medium Turquoise #37CDC5
Tints of Medium Turquoise #37CDC5
RGB
CMYK
RGB Variations
Color information
#37CDC5 (or 0x37CDC5) is known color: Medium Turquoise. HEX triplet: 37, CD and C5. RGB value is (55,205,197). Sum of RGB (Red+Green+Blue) = 55+205+197=457 (60% of max value = 765). Red value is 55 (21.88% from 255 or 12.04% from 457); Green value is 205 (80.47% from 255 or 44.86% from 457); Blue value is 197 (77.34% from 255 or 43.11% from 457); Max value from RGB is 205 - color contains mainly: green. Hex color #37CDC5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37CDC5 is #C8323A. Grayscale: #9F9F9F. Windows color (decimal): -13120059 or 12963127. OLE color: 12963127.
HSL color Cylindrical-coordinate representation of color #37CDC5: hue angle of 176.8º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #37CDC5 is Cyan = 0.73, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 55 | 205 | 197 | - |
| CMYK | 0.73 | 0 | 0.04 | 0.20 |
| HSL | 176.8º | 0.6% | 0.51% | - |
| HSV(B) | 176.8º | 0.73% | 0.8% | - |
| XYZ | 33.48 | 48.51 | 60.42 | - |
| YUV | 159.24 | 149.31 | 53.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 205 | 197 | 0.73 | 0 | 0.04 | 0.20 | 176.8 | 0.6 | 0.51 |
| Hex | 37 | CD | C5 | 49 | 0 | 4 | 14 | B1 | 3C | 33 |
| Octal | 67 | 315 | 305 | 111 | 0 | 4 | 24 | 261 | 74 | 63 |
| Binary | 110111 | 11001101 | 11000101 | 1001001 | 0 | 100 | 10100 | 10110001 | 111100 | 110011 |
Color Harmonies of #37CDC5
Complementary color
Monochromatic Colors of #37CDC5
Black with #37CDC5
Text Example
Text Example
White with #37CDC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37CDC5; }
p { color: rgb(55,205,197); }
H1.HeaderClassName
{
color: #37CDC5;
}
.AnyTagClassName
{
color: #37CDC5;
}
</style>
background-color css
<style>
a { background-color: #37CDC5; }
a { background-color: rgb(55,205,197); }
div.DivClassName
{
background-color: #37CDC5;
}
.BgClassName
{
background-color: #37CDC5;
}
</style>
border-color css
<style>
span { border-color: #37CDC5; }
span { border-color: rgb(55,205,197); }
td.TdClassName
{
border-color: #37CDC5;
}
.TagClassName
{
border-color: #37CDC5;
}
</style>