Shades of Medium Turquoise #37CDC4
Tints of Medium Turquoise #37CDC4
RGB
CMYK
RGB Variations
Color information
#37CDC4 (or 0x37CDC4) is known color: Medium Turquoise. HEX triplet: 37, CD and C4. RGB value is (55,205,196). Sum of RGB (Red+Green+Blue) = 55+205+196=456 (60% of max value = 765). Red value is 55 (21.88% from 255 or 12.06% from 456); Green value is 205 (80.47% from 255 or 44.96% from 456); Blue value is 196 (76.95% from 255 or 42.98% from 456); Max value from RGB is 205 - color contains mainly: green. Hex color #37CDC4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37CDC4 is #C8323B. Grayscale: #9F9F9F. Windows color (decimal): -13120060 or 12897591. OLE color: 12897591.
HSL color Cylindrical-coordinate representation of color #37CDC4: hue angle of 176.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 #37CDC4 is Cyan = 0.73, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 55 | 205 | 196 | - |
| CMYK | 0.73 | 0 | 0.04 | 0.20 |
| HSL | 176.4º | 0.6% | 0.51% | - |
| HSV(B) | 176.4º | 0.73% | 0.8% | - |
| XYZ | 33.37 | 48.46 | 59.82 | - |
| YUV | 159.12 | 148.81 | 53.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 205 | 196 | 0.73 | 0 | 0.04 | 0.20 | 176.4 | 0.6 | 0.51 |
| Hex | 37 | CD | C4 | 49 | 0 | 4 | 14 | B0 | 3C | 33 |
| Octal | 67 | 315 | 304 | 111 | 0 | 4 | 24 | 260 | 74 | 63 |
| Binary | 110111 | 11001101 | 11000100 | 1001001 | 0 | 100 | 10100 | 10110000 | 111100 | 110011 |
Color Harmonies of #37CDC4
Complementary color
Monochromatic Colors of #37CDC4
Black with #37CDC4
Text Example
Text Example
White with #37CDC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37CDC4; }
p { color: rgb(55,205,196); }
H1.HeaderClassName
{
color: #37CDC4;
}
.AnyTagClassName
{
color: #37CDC4;
}
</style>
background-color css
<style>
a { background-color: #37CDC4; }
a { background-color: rgb(55,205,196); }
div.DivClassName
{
background-color: #37CDC4;
}
.BgClassName
{
background-color: #37CDC4;
}
</style>
border-color css
<style>
span { border-color: #37CDC4; }
span { border-color: rgb(55,205,196); }
td.TdClassName
{
border-color: #37CDC4;
}
.TagClassName
{
border-color: #37CDC4;
}
</style>