Shades of Medium Turquoise #37CDC6
Tints of Medium Turquoise #37CDC6
RGB
CMYK
RGB Variations
Color information
#37CDC6 (or 0x37CDC6) is known color: Medium Turquoise. HEX triplet: 37, CD and C6. RGB value is (55,205,198). Sum of RGB (Red+Green+Blue) = 55+205+198=458 (60% of max value = 765). Red value is 55 (21.88% from 255 or 12.01% from 458); Green value is 205 (80.47% from 255 or 44.76% from 458); Blue value is 198 (77.73% from 255 or 43.23% from 458); Max value from RGB is 205 - color contains mainly: green. Hex color #37CDC6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37CDC6 is #C83239. Grayscale: #9F9F9F. Windows color (decimal): -13120058 or 13028663. OLE color: 13028663.
HSL color Cylindrical-coordinate representation of color #37CDC6: hue angle of 177.2º 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 #37CDC6 is Cyan = 0.73, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 55 | 205 | 198 | - |
| CMYK | 0.73 | 0 | 0.03 | 0.20 |
| HSL | 177.2º | 0.6% | 0.51% | - |
| HSV(B) | 177.2º | 0.73% | 0.8% | - |
| XYZ | 33.6 | 48.55 | 61.03 | - |
| YUV | 159.35 | 149.81 | 53.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 205 | 198 | 0.73 | 0 | 0.03 | 0.20 | 177.2 | 0.6 | 0.51 |
| Hex | 37 | CD | C6 | 49 | 0 | 3 | 14 | B1 | 3C | 33 |
| Octal | 67 | 315 | 306 | 111 | 0 | 3 | 24 | 261 | 74 | 63 |
| Binary | 110111 | 11001101 | 11000110 | 1001001 | 0 | 11 | 10100 | 10110001 | 111100 | 110011 |
Color Harmonies of #37CDC6
Complementary color
Monochromatic Colors of #37CDC6
Black with #37CDC6
Text Example
Text Example
White with #37CDC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37CDC6; }
p { color: rgb(55,205,198); }
H1.HeaderClassName
{
color: #37CDC6;
}
.AnyTagClassName
{
color: #37CDC6;
}
</style>
background-color css
<style>
a { background-color: #37CDC6; }
a { background-color: rgb(55,205,198); }
div.DivClassName
{
background-color: #37CDC6;
}
.BgClassName
{
background-color: #37CDC6;
}
</style>
border-color css
<style>
span { border-color: #37CDC6; }
span { border-color: rgb(55,205,198); }
td.TdClassName
{
border-color: #37CDC6;
}
.TagClassName
{
border-color: #37CDC6;
}
</style>