Shades of Medium Turquoise #37C5CF
Tints of Medium Turquoise #37C5CF
RGB
CMYK
RGB Variations
Color information
#37C5CF (or 0x37C5CF) is known color: Medium Turquoise. HEX triplet: 37, C5 and CF. RGB value is (55,197,207). Sum of RGB (Red+Green+Blue) = 55+197+207=459 (60% of max value = 765). Red value is 55 (21.88% from 255 or 11.98% from 459); Green value is 197 (77.34% from 255 or 42.92% from 459); Blue value is 207 (81.25% from 255 or 45.10% from 459); Max value from RGB is 207 - color contains mainly: blue. Hex color #37C5CF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37C5CF is #C83A30. Grayscale: #9B9B9B. Windows color (decimal): -13122097 or 13616439. OLE color: 13616439.
HSL color Cylindrical-coordinate representation of color #37C5CF: hue angle of 183.95º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #37C5CF is Cyan = 0.73, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 55 | 197 | 207 | - |
| CMYK | 0.73 | 0.05 | 0 | 0.19 |
| HSL | 183.95º | 0.61% | 0.51% | - |
| HSV(B) | 183.95º | 0.73% | 0.81% | - |
| XYZ | 32.8 | 45.25 | 66.04 | - |
| YUV | 155.68 | 156.96 | 56.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 197 | 207 | 0.73 | 0.05 | 0 | 0.19 | 183.95 | 0.61 | 0.51 |
| Hex | 37 | C5 | CF | 49 | 5 | 0 | 13 | B8 | 3D | 33 |
| Octal | 67 | 305 | 317 | 111 | 5 | 0 | 23 | 270 | 75 | 63 |
| Binary | 110111 | 11000101 | 11001111 | 1001001 | 101 | 0 | 10011 | 10111000 | 111101 | 110011 |
Color Harmonies of #37C5CF
Complementary color
Monochromatic Colors of #37C5CF
Black with #37C5CF
Text Example
Text Example
White with #37C5CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37C5CF; }
p { color: rgb(55,197,207); }
H1.HeaderClassName
{
color: #37C5CF;
}
.AnyTagClassName
{
color: #37C5CF;
}
</style>
background-color css
<style>
a { background-color: #37C5CF; }
a { background-color: rgb(55,197,207); }
div.DivClassName
{
background-color: #37C5CF;
}
.BgClassName
{
background-color: #37C5CF;
}
</style>
border-color css
<style>
span { border-color: #37C5CF; }
span { border-color: rgb(55,197,207); }
td.TdClassName
{
border-color: #37C5CF;
}
.TagClassName
{
border-color: #37C5CF;
}
</style>