Shades of Medium Turquoise #37BFCD
Tints of Medium Turquoise #37BFCD
RGB
CMYK
RGB Variations
Color information
#37BFCD (or 0x37BFCD) is known color: Medium Turquoise. HEX triplet: 37, BF and CD. RGB value is (55,191,205). Sum of RGB (Red+Green+Blue) = 55+191+205=451 (59% of max value = 765). Red value is 55 (21.88% from 255 or 12.20% from 451); Green value is 191 (75% from 255 or 42.35% from 451); Blue value is 205 (80.47% from 255 or 45.45% from 451); Max value from RGB is 205 - color contains mainly: blue. Hex color #37BFCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37BFCD is #C84032. Grayscale: #979797. Windows color (decimal): -13123635 or 13483831. OLE color: 13483831.
HSL color Cylindrical-coordinate representation of color #37BFCD: hue angle of 185.6º degrees, saturation: 0.6, 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 #37BFCD is Cyan = 0.73, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 55 | 191 | 205 | - |
| CMYK | 0.73 | 0.07 | 0 | 0.20 |
| HSL | 185.6º | 0.6% | 0.51% | - |
| HSV(B) | 185.6º | 0.73% | 0.8% | - |
| XYZ | 31.23 | 42.48 | 64.31 | - |
| YUV | 151.93 | 157.94 | 58.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 191 | 205 | 0.73 | 0.07 | 0 | 0.20 | 185.6 | 0.6 | 0.51 |
| Hex | 37 | BF | CD | 49 | 7 | 0 | 14 | BA | 3C | 33 |
| Octal | 67 | 277 | 315 | 111 | 7 | 0 | 24 | 272 | 74 | 63 |
| Binary | 110111 | 10111111 | 11001101 | 1001001 | 111 | 0 | 10100 | 10111010 | 111100 | 110011 |
Color Harmonies of #37BFCD
Complementary color
Monochromatic Colors of #37BFCD
Black with #37BFCD
Text Example
Text Example
White with #37BFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37BFCD; }
p { color: rgb(55,191,205); }
H1.HeaderClassName
{
color: #37BFCD;
}
.AnyTagClassName
{
color: #37BFCD;
}
</style>
background-color css
<style>
a { background-color: #37BFCD; }
a { background-color: rgb(55,191,205); }
div.DivClassName
{
background-color: #37BFCD;
}
.BgClassName
{
background-color: #37BFCD;
}
</style>
border-color css
<style>
span { border-color: #37BFCD; }
span { border-color: rgb(55,191,205); }
td.TdClassName
{
border-color: #37BFCD;
}
.TagClassName
{
border-color: #37BFCD;
}
</style>