Shades of Medium Turquoise #37BFC0
Tints of Medium Turquoise #37BFC0
RGB
CMYK
RGB Variations
Color information
#37BFC0 (or 0x37BFC0) is known color: Medium Turquoise. HEX triplet: 37, BF and C0. RGB value is (55,191,192). Sum of RGB (Red+Green+Blue) = 55+191+192=438 (58% of max value = 765). Red value is 55 (21.88% from 255 or 12.56% from 438); Green value is 191 (75% from 255 or 43.61% from 438); Blue value is 192 (75.39% from 255 or 43.84% from 438); Max value from RGB is 192 - color contains mainly: blue. Hex color #37BFC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37BFC0 is #C8403F. Grayscale: #969696. Windows color (decimal): -13123648 or 12631863. OLE color: 12631863.
HSL color Cylindrical-coordinate representation of color #37BFC0: hue angle of 180.44º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #37BFC0 is Cyan = 0.71, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 55 | 191 | 192 | - |
| CMYK | 0.71 | 0.01 | 0 | 0.25 |
| HSL | 180.44º | 0.55% | 0.48% | - |
| HSV(B) | 180.44º | 0.71% | 0.75% | - |
| XYZ | 29.72 | 41.88 | 56.39 | - |
| YUV | 150.45 | 151.44 | 59.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 191 | 192 | 0.71 | 0.01 | 0 | 0.25 | 180.44 | 0.55 | 0.48 |
| Hex | 37 | BF | C0 | 47 | 1 | 0 | 19 | B4 | 37 | 30 |
| Octal | 67 | 277 | 300 | 107 | 1 | 0 | 31 | 264 | 67 | 60 |
| Binary | 110111 | 10111111 | 11000000 | 1000111 | 1 | 0 | 11001 | 10110100 | 110111 | 110000 |
Color Harmonies of #37BFC0
Complementary color
Monochromatic Colors of #37BFC0
Black with #37BFC0
Text Example
Text Example
White with #37BFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37BFC0; }
p { color: rgb(55,191,192); }
H1.HeaderClassName
{
color: #37BFC0;
}
.AnyTagClassName
{
color: #37BFC0;
}
</style>
background-color css
<style>
a { background-color: #37BFC0; }
a { background-color: rgb(55,191,192); }
div.DivClassName
{
background-color: #37BFC0;
}
.BgClassName
{
background-color: #37BFC0;
}
</style>
border-color css
<style>
span { border-color: #37BFC0; }
span { border-color: rgb(55,191,192); }
td.TdClassName
{
border-color: #37BFC0;
}
.TagClassName
{
border-color: #37BFC0;
}
</style>