Shades of Medium Turquoise #37CBBD
Tints of Medium Turquoise #37CBBD
RGB
CMYK
RGB Variations
Color information
#37CBBD (or 0x37CBBD) is known color: Medium Turquoise. HEX triplet: 37, CB and BD. RGB value is (55,203,189). Sum of RGB (Red+Green+Blue) = 55+203+189=447 (59% of max value = 765). Red value is 55 (21.88% from 255 or 12.30% from 447); Green value is 203 (79.69% from 255 or 45.41% from 447); Blue value is 189 (74.22% from 255 or 42.28% from 447); Max value from RGB is 203 - color contains mainly: green. Hex color #37CBBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37CBBD is #C83442. Grayscale: #9D9D9D. Windows color (decimal): -13120579 or 12438327. OLE color: 12438327.
HSL color Cylindrical-coordinate representation of color #37CBBD: hue angle of 174.32º 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 #37CBBD is Cyan = 0.73, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 55 | 203 | 189 | - |
| CMYK | 0.73 | 0 | 0.07 | 0.20 |
| HSL | 174.32º | 0.59% | 0.51% | - |
| HSV(B) | 174.32º | 0.73% | 0.8% | - |
| XYZ | 32.12 | 47.2 | 55.56 | - |
| YUV | 157.15 | 145.97 | 55.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 203 | 189 | 0.73 | 0 | 0.07 | 0.20 | 174.32 | 0.59 | 0.51 |
| Hex | 37 | CB | BD | 49 | 0 | 7 | 14 | AE | 3B | 33 |
| Octal | 67 | 313 | 275 | 111 | 0 | 7 | 24 | 256 | 73 | 63 |
| Binary | 110111 | 11001011 | 10111101 | 1001001 | 0 | 111 | 10100 | 10101110 | 111011 | 110011 |
Color Harmonies of #37CBBD
Complementary color
Monochromatic Colors of #37CBBD
Black with #37CBBD
Text Example
Text Example
White with #37CBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37CBBD; }
p { color: rgb(55,203,189); }
H1.HeaderClassName
{
color: #37CBBD;
}
.AnyTagClassName
{
color: #37CBBD;
}
</style>
background-color css
<style>
a { background-color: #37CBBD; }
a { background-color: rgb(55,203,189); }
div.DivClassName
{
background-color: #37CBBD;
}
.BgClassName
{
background-color: #37CBBD;
}
</style>
border-color css
<style>
span { border-color: #37CBBD; }
span { border-color: rgb(55,203,189); }
td.TdClassName
{
border-color: #37CBBD;
}
.TagClassName
{
border-color: #37CBBD;
}
</style>