Shades of Medium Turquoise #37BFC6
Tints of Medium Turquoise #37BFC6
RGB
CMYK
RGB Variations
Color information
#37BFC6 (or 0x37BFC6) is known color: Medium Turquoise. HEX triplet: 37, BF and C6. RGB value is (55,191,198). Sum of RGB (Red+Green+Blue) = 55+191+198=444 (58% of max value = 765). Red value is 55 (21.88% from 255 or 12.39% from 444); Green value is 191 (75% from 255 or 43.02% from 444); Blue value is 198 (77.73% from 255 or 44.59% from 444); Max value from RGB is 198 - color contains mainly: blue. Hex color #37BFC6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37BFC6 is #C84039. Grayscale: #969696. Windows color (decimal): -13123642 or 13025079. OLE color: 13025079.
HSL color Cylindrical-coordinate representation of color #37BFC6: hue angle of 182.94º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #37BFC6 is Cyan = 0.72, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 55 | 191 | 198 | - |
| CMYK | 0.72 | 0.04 | 0 | 0.22 |
| HSL | 182.94º | 0.57% | 0.5% | - |
| HSV(B) | 182.94º | 0.72% | 0.78% | - |
| XYZ | 30.4 | 42.15 | 59.96 | - |
| YUV | 151.13 | 154.44 | 59.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 191 | 198 | 0.72 | 0.04 | 0 | 0.22 | 182.94 | 0.57 | 0.5 |
| Hex | 37 | BF | C6 | 48 | 4 | 0 | 16 | B7 | 39 | 32 |
| Octal | 67 | 277 | 306 | 110 | 4 | 0 | 26 | 267 | 71 | 62 |
| Binary | 110111 | 10111111 | 11000110 | 1001000 | 100 | 0 | 10110 | 10110111 | 111001 | 110010 |
Color Harmonies of #37BFC6
Complementary color
Monochromatic Colors of #37BFC6
Black with #37BFC6
Text Example
Text Example
White with #37BFC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37BFC6; }
p { color: rgb(55,191,198); }
H1.HeaderClassName
{
color: #37BFC6;
}
.AnyTagClassName
{
color: #37BFC6;
}
</style>
background-color css
<style>
a { background-color: #37BFC6; }
a { background-color: rgb(55,191,198); }
div.DivClassName
{
background-color: #37BFC6;
}
.BgClassName
{
background-color: #37BFC6;
}
</style>
border-color css
<style>
span { border-color: #37BFC6; }
span { border-color: rgb(55,191,198); }
td.TdClassName
{
border-color: #37BFC6;
}
.TagClassName
{
border-color: #37BFC6;
}
</style>