Shades of Medium Turquoise #37CCBB
Tints of Medium Turquoise #37CCBB
RGB
CMYK
RGB Variations
Color information
#37CCBB (or 0x37CCBB) is known color: Medium Turquoise. HEX triplet: 37, CC and BB. RGB value is (55,204,187). Sum of RGB (Red+Green+Blue) = 55+204+187=446 (59% of max value = 765). Red value is 55 (21.88% from 255 or 12.33% from 446); Green value is 204 (80.08% from 255 or 45.74% from 446); Blue value is 187 (73.44% from 255 or 41.93% from 446); Max value from RGB is 204 - color contains mainly: green. Hex color #37CCBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37CCBB is #C83344. Grayscale: #9D9D9D. Windows color (decimal): -13120325 or 12307511. OLE color: 12307511.
HSL color Cylindrical-coordinate representation of color #37CCBB: hue angle of 173.15º 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 #37CCBB is Cyan = 0.73, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 55 | 204 | 187 | - |
| CMYK | 0.73 | 0 | 0.08 | 0.2 |
| HSL | 173.15º | 0.59% | 0.51% | - |
| HSV(B) | 173.15º | 0.73% | 0.8% | - |
| XYZ | 32.14 | 47.59 | 54.5 | - |
| YUV | 157.51 | 144.64 | 54.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 204 | 187 | 0.73 | 0 | 0.08 | 0.2 | 173.15 | 0.59 | 0.51 |
| Hex | 37 | CC | BB | 49 | 0 | 8 | 14 | AD | 3B | 33 |
| Octal | 67 | 314 | 273 | 111 | 0 | 10 | 24 | 255 | 73 | 63 |
| Binary | 110111 | 11001100 | 10111011 | 1001001 | 0 | 1000 | 10100 | 10101101 | 111011 | 110011 |
Color Harmonies of #37CCBB
Complementary color
Monochromatic Colors of #37CCBB
Black with #37CCBB
Text Example
Text Example
White with #37CCBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37CCBB; }
p { color: rgb(55,204,187); }
H1.HeaderClassName
{
color: #37CCBB;
}
.AnyTagClassName
{
color: #37CCBB;
}
</style>
background-color css
<style>
a { background-color: #37CCBB; }
a { background-color: rgb(55,204,187); }
div.DivClassName
{
background-color: #37CCBB;
}
.BgClassName
{
background-color: #37CCBB;
}
</style>
border-color css
<style>
span { border-color: #37CCBB; }
span { border-color: rgb(55,204,187); }
td.TdClassName
{
border-color: #37CCBB;
}
.TagClassName
{
border-color: #37CCBB;
}
</style>