Shades of Medium Turquoise #37CBBB
Tints of Medium Turquoise #37CBBB
RGB
CMYK
RGB Variations
Color information
#37CBBB (or 0x37CBBB) is known color: Medium Turquoise. HEX triplet: 37, CB and BB. RGB value is (55,203,187). Sum of RGB (Red+Green+Blue) = 55+203+187=445 (58% of max value = 765). Red value is 55 (21.88% from 255 or 12.36% from 445); Green value is 203 (79.69% from 255 or 45.62% from 445); Blue value is 187 (73.44% from 255 or 42.02% from 445); Max value from RGB is 203 - color contains mainly: green. Hex color #37CBBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37CBBB is #C83444. Grayscale: #9C9C9C. Windows color (decimal): -13120581 or 12307255. OLE color: 12307255.
HSL color Cylindrical-coordinate representation of color #37CBBB: hue angle of 173.51º 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 #37CBBB is Cyan = 0.73, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 55 | 203 | 187 | - |
| CMYK | 0.73 | 0 | 0.08 | 0.20 |
| HSL | 173.51º | 0.59% | 0.51% | - |
| HSV(B) | 173.51º | 0.73% | 0.8% | - |
| XYZ | 31.9 | 47.11 | 54.43 | - |
| YUV | 156.92 | 144.97 | 55.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 203 | 187 | 0.73 | 0 | 0.08 | 0.20 | 173.51 | 0.59 | 0.51 |
| Hex | 37 | CB | BB | 49 | 0 | 8 | 14 | AE | 3B | 33 |
| Octal | 67 | 313 | 273 | 111 | 0 | 10 | 24 | 256 | 73 | 63 |
| Binary | 110111 | 11001011 | 10111011 | 1001001 | 0 | 1000 | 10100 | 10101110 | 111011 | 110011 |
Color Harmonies of #37CBBB
Complementary color
Monochromatic Colors of #37CBBB
Black with #37CBBB
Text Example
Text Example
White with #37CBBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37CBBB; }
p { color: rgb(55,203,187); }
H1.HeaderClassName
{
color: #37CBBB;
}
.AnyTagClassName
{
color: #37CBBB;
}
</style>
background-color css
<style>
a { background-color: #37CBBB; }
a { background-color: rgb(55,203,187); }
div.DivClassName
{
background-color: #37CBBB;
}
.BgClassName
{
background-color: #37CBBB;
}
</style>
border-color css
<style>
span { border-color: #37CBBB; }
span { border-color: rgb(55,203,187); }
td.TdClassName
{
border-color: #37CBBB;
}
.TagClassName
{
border-color: #37CBBB;
}
</style>