Shades of Medium Turquoise #37CCBE
Tints of Medium Turquoise #37CCBE
RGB
CMYK
RGB Variations
Color information
#37CCBE (or 0x37CCBE) is known color: Medium Turquoise. HEX triplet: 37, CC and BE. RGB value is (55,204,190). Sum of RGB (Red+Green+Blue) = 55+204+190=449 (59% of max value = 765). Red value is 55 (21.88% from 255 or 12.25% from 449); Green value is 204 (80.08% from 255 or 45.43% from 449); Blue value is 190 (74.61% from 255 or 42.32% from 449); Max value from RGB is 204 - color contains mainly: green. Hex color #37CCBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37CCBE is #C83341. Grayscale: #9D9D9D. Windows color (decimal): -13120322 or 12504119. OLE color: 12504119.
HSL color Cylindrical-coordinate representation of color #37CCBE: hue angle of 174.36º degrees, saturation: 0.59, 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 #37CCBE is Cyan = 0.73, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 55 | 204 | 190 | - |
| CMYK | 0.73 | 0 | 0.07 | 0.2 |
| HSL | 174.36º | 0.59% | 0.51% | - |
| HSV(B) | 174.36º | 0.73% | 0.8% | - |
| XYZ | 32.46 | 47.72 | 56.21 | - |
| YUV | 157.85 | 146.14 | 54.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 204 | 190 | 0.73 | 0 | 0.07 | 0.2 | 174.36 | 0.59 | 0.51 |
| Hex | 37 | CC | BE | 49 | 0 | 7 | 14 | AE | 3B | 33 |
| Octal | 67 | 314 | 276 | 111 | 0 | 7 | 24 | 256 | 73 | 63 |
| Binary | 110111 | 11001100 | 10111110 | 1001001 | 0 | 111 | 10100 | 10101110 | 111011 | 110011 |
Color Harmonies of #37CCBE
Complementary color
Monochromatic Colors of #37CCBE
Black with #37CCBE
Text Example
Text Example
White with #37CCBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37CCBE; }
p { color: rgb(55,204,190); }
H1.HeaderClassName
{
color: #37CCBE;
}
.AnyTagClassName
{
color: #37CCBE;
}
</style>
background-color css
<style>
a { background-color: #37CCBE; }
a { background-color: rgb(55,204,190); }
div.DivClassName
{
background-color: #37CCBE;
}
.BgClassName
{
background-color: #37CCBE;
}
</style>
border-color css
<style>
span { border-color: #37CCBE; }
span { border-color: rgb(55,204,190); }
td.TdClassName
{
border-color: #37CCBE;
}
.TagClassName
{
border-color: #37CCBE;
}
</style>