Shades of Medium Turquoise #37CDC9
Tints of Medium Turquoise #37CDC9
RGB
CMYK
RGB Variations
Color information
#37CDC9 (or 0x37CDC9) is known color: Medium Turquoise. HEX triplet: 37, CD and C9. RGB value is (55,205,201). Sum of RGB (Red+Green+Blue) = 55+205+201=461 (61% of max value = 765). Red value is 55 (21.88% from 255 or 11.93% from 461); Green value is 205 (80.47% from 255 or 44.47% from 461); Blue value is 201 (78.91% from 255 or 43.60% from 461); Max value from RGB is 205 - color contains mainly: green. Hex color #37CDC9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37CDC9 is #C83236. Grayscale: #9F9F9F. Windows color (decimal): -13120055 or 13225271. OLE color: 13225271.
HSL color Cylindrical-coordinate representation of color #37CDC9: hue angle of 178.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 #37CDC9 is Cyan = 0.73, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 55 | 205 | 201 | - |
| CMYK | 0.73 | 0 | 0.02 | 0.20 |
| HSL | 178.4º | 0.6% | 0.51% | - |
| HSV(B) | 178.4º | 0.73% | 0.8% | - |
| XYZ | 33.95 | 48.69 | 62.87 | - |
| YUV | 159.69 | 151.31 | 53.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 205 | 201 | 0.73 | 0 | 0.02 | 0.20 | 178.4 | 0.6 | 0.51 |
| Hex | 37 | CD | C9 | 49 | 0 | 2 | 14 | B2 | 3C | 33 |
| Octal | 67 | 315 | 311 | 111 | 0 | 2 | 24 | 262 | 74 | 63 |
| Binary | 110111 | 11001101 | 11001001 | 1001001 | 0 | 10 | 10100 | 10110010 | 111100 | 110011 |
Color Harmonies of #37CDC9
Complementary color
Monochromatic Colors of #37CDC9
Black with #37CDC9
Text Example
Text Example
White with #37CDC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37CDC9; }
p { color: rgb(55,205,201); }
H1.HeaderClassName
{
color: #37CDC9;
}
.AnyTagClassName
{
color: #37CDC9;
}
</style>
background-color css
<style>
a { background-color: #37CDC9; }
a { background-color: rgb(55,205,201); }
div.DivClassName
{
background-color: #37CDC9;
}
.BgClassName
{
background-color: #37CDC9;
}
</style>
border-color css
<style>
span { border-color: #37CDC9; }
span { border-color: rgb(55,205,201); }
td.TdClassName
{
border-color: #37CDC9;
}
.TagClassName
{
border-color: #37CDC9;
}
</style>