Shades of Medium Turquoise #37CDBA
Tints of Medium Turquoise #37CDBA
RGB
CMYK
RGB Variations
Color information
#37CDBA (or 0x37CDBA) is known color: Medium Turquoise. HEX triplet: 37, CD and BA. RGB value is (55,205,186). Sum of RGB (Red+Green+Blue) = 55+205+186=446 (59% of max value = 765). Red value is 55 (21.88% from 255 or 12.33% from 446); Green value is 205 (80.47% from 255 or 45.96% from 446); Blue value is 186 (73.05% from 255 or 41.70% from 446); Max value from RGB is 205 - color contains mainly: green. Hex color #37CDBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37CDBA is #C83245. Grayscale: #9D9D9D. Windows color (decimal): -13120070 or 12242231. OLE color: 12242231.
HSL color Cylindrical-coordinate representation of color #37CDBA: hue angle of 172.4º 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 #37CDBA is Cyan = 0.73, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 55 | 205 | 186 | - |
| CMYK | 0.73 | 0 | 0.09 | 0.20 |
| HSL | 172.4º | 0.6% | 0.51% | - |
| HSV(B) | 172.4º | 0.73% | 0.8% | - |
| XYZ | 32.27 | 48.02 | 54.02 | - |
| YUV | 157.98 | 143.81 | 54.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 205 | 186 | 0.73 | 0 | 0.09 | 0.20 | 172.4 | 0.6 | 0.51 |
| Hex | 37 | CD | BA | 49 | 0 | 9 | 14 | AC | 3C | 33 |
| Octal | 67 | 315 | 272 | 111 | 0 | 11 | 24 | 254 | 74 | 63 |
| Binary | 110111 | 11001101 | 10111010 | 1001001 | 0 | 1001 | 10100 | 10101100 | 111100 | 110011 |
Color Harmonies of #37CDBA
Complementary color
Monochromatic Colors of #37CDBA
Black with #37CDBA
Text Example
Text Example
White with #37CDBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37CDBA; }
p { color: rgb(55,205,186); }
H1.HeaderClassName
{
color: #37CDBA;
}
.AnyTagClassName
{
color: #37CDBA;
}
</style>
background-color css
<style>
a { background-color: #37CDBA; }
a { background-color: rgb(55,205,186); }
div.DivClassName
{
background-color: #37CDBA;
}
.BgClassName
{
background-color: #37CDBA;
}
</style>
border-color css
<style>
span { border-color: #37CDBA; }
span { border-color: rgb(55,205,186); }
td.TdClassName
{
border-color: #37CDBA;
}
.TagClassName
{
border-color: #37CDBA;
}
</style>