Shades of Medium Turquoise #37CEBD
Tints of Medium Turquoise #37CEBD
RGB
CMYK
RGB Variations
Color information
#37CEBD (or 0x37CEBD) is known color: Medium Turquoise. HEX triplet: 37, CE and BD. RGB value is (55,206,189). Sum of RGB (Red+Green+Blue) = 55+206+189=450 (59% of max value = 765). Red value is 55 (21.88% from 255 or 12.22% from 450); Green value is 206 (80.86% from 255 or 45.78% from 450); Blue value is 189 (74.22% from 255 or 42% from 450); Max value from RGB is 206 - color contains mainly: green. Hex color #37CEBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37CEBD is #C83142. Grayscale: #9E9E9E. Windows color (decimal): -13119811 or 12439095. OLE color: 12439095.
HSL color Cylindrical-coordinate representation of color #37CEBD: hue angle of 173.25º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #37CEBD is Cyan = 0.73, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 55 | 206 | 189 | - |
| CMYK | 0.73 | 0 | 0.08 | 0.19 |
| HSL | 173.25º | 0.61% | 0.51% | - |
| HSV(B) | 173.25º | 0.73% | 0.81% | - |
| XYZ | 32.83 | 48.63 | 55.8 | - |
| YUV | 158.91 | 144.97 | 53.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 206 | 189 | 0.73 | 0 | 0.08 | 0.19 | 173.25 | 0.61 | 0.51 |
| Hex | 37 | CE | BD | 49 | 0 | 8 | 13 | AD | 3D | 33 |
| Octal | 67 | 316 | 275 | 111 | 0 | 10 | 23 | 255 | 75 | 63 |
| Binary | 110111 | 11001110 | 10111101 | 1001001 | 0 | 1000 | 10011 | 10101101 | 111101 | 110011 |
Color Harmonies of #37CEBD
Complementary color
Monochromatic Colors of #37CEBD
Black with #37CEBD
Text Example
Text Example
White with #37CEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37CEBD; }
p { color: rgb(55,206,189); }
H1.HeaderClassName
{
color: #37CEBD;
}
.AnyTagClassName
{
color: #37CEBD;
}
</style>
background-color css
<style>
a { background-color: #37CEBD; }
a { background-color: rgb(55,206,189); }
div.DivClassName
{
background-color: #37CEBD;
}
.BgClassName
{
background-color: #37CEBD;
}
</style>
border-color css
<style>
span { border-color: #37CEBD; }
span { border-color: rgb(55,206,189); }
td.TdClassName
{
border-color: #37CEBD;
}
.TagClassName
{
border-color: #37CEBD;
}
</style>