Shades of Medium Turquoise #37BFC1
Tints of Medium Turquoise #37BFC1
RGB
CMYK
RGB Variations
Color information
#37BFC1 (or 0x37BFC1) is known color: Medium Turquoise. HEX triplet: 37, BF and C1. RGB value is (55,191,193). Sum of RGB (Red+Green+Blue) = 55+191+193=439 (58% of max value = 765). Red value is 55 (21.88% from 255 or 12.53% from 439); Green value is 191 (75% from 255 or 43.51% from 439); Blue value is 193 (75.78% from 255 or 43.96% from 439); Max value from RGB is 193 - color contains mainly: blue. Hex color #37BFC1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37BFC1 is #C8403E. Grayscale: #969696. Windows color (decimal): -13123647 or 12697399. OLE color: 12697399.
HSL color Cylindrical-coordinate representation of color #37BFC1: hue angle of 180.87º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #37BFC1 is Cyan = 0.72, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 55 | 191 | 193 | - |
| CMYK | 0.72 | 0.01 | 0 | 0.24 |
| HSL | 180.87º | 0.56% | 0.49% | - |
| HSV(B) | 180.87º | 0.72% | 0.76% | - |
| XYZ | 29.83 | 41.92 | 56.97 | - |
| YUV | 150.56 | 151.94 | 59.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 191 | 193 | 0.72 | 0.01 | 0 | 0.24 | 180.87 | 0.56 | 0.49 |
| Hex | 37 | BF | C1 | 48 | 1 | 0 | 18 | B5 | 38 | 31 |
| Octal | 67 | 277 | 301 | 110 | 1 | 0 | 30 | 265 | 70 | 61 |
| Binary | 110111 | 10111111 | 11000001 | 1001000 | 1 | 0 | 11000 | 10110101 | 111000 | 110001 |
Color Harmonies of #37BFC1
Complementary color
Monochromatic Colors of #37BFC1
Black with #37BFC1
Text Example
Text Example
White with #37BFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37BFC1; }
p { color: rgb(55,191,193); }
H1.HeaderClassName
{
color: #37BFC1;
}
.AnyTagClassName
{
color: #37BFC1;
}
</style>
background-color css
<style>
a { background-color: #37BFC1; }
a { background-color: rgb(55,191,193); }
div.DivClassName
{
background-color: #37BFC1;
}
.BgClassName
{
background-color: #37BFC1;
}
</style>
border-color css
<style>
span { border-color: #37BFC1; }
span { border-color: rgb(55,191,193); }
td.TdClassName
{
border-color: #37BFC1;
}
.TagClassName
{
border-color: #37BFC1;
}
</style>