Shades of Medium Turquoise #37CEC1
Tints of Medium Turquoise #37CEC1
RGB
CMYK
RGB Variations
Color information
#37CEC1 (or 0x37CEC1) is known color: Medium Turquoise. HEX triplet: 37, CE and C1. RGB value is (55,206,193). Sum of RGB (Red+Green+Blue) = 55+206+193=454 (60% of max value = 765). Red value is 55 (21.88% from 255 or 12.11% from 454); Green value is 206 (80.86% from 255 or 45.37% from 454); Blue value is 193 (75.78% from 255 or 42.51% from 454); Max value from RGB is 206 - color contains mainly: green. Hex color #37CEC1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37CEC1 is #C8313E. Grayscale: #9F9F9F. Windows color (decimal): -13119807 or 12701239. OLE color: 12701239.
HSL color Cylindrical-coordinate representation of color #37CEC1: hue angle of 174.83º 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 #37CEC1 is Cyan = 0.73, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 55 | 206 | 193 | - |
| CMYK | 0.73 | 0 | 0.06 | 0.19 |
| HSL | 174.83º | 0.61% | 0.51% | - |
| HSV(B) | 174.83º | 0.73% | 0.81% | - |
| XYZ | 33.27 | 48.81 | 58.12 | - |
| YUV | 159.37 | 146.97 | 53.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 206 | 193 | 0.73 | 0 | 0.06 | 0.19 | 174.83 | 0.61 | 0.51 |
| Hex | 37 | CE | C1 | 49 | 0 | 6 | 13 | AF | 3D | 33 |
| Octal | 67 | 316 | 301 | 111 | 0 | 6 | 23 | 257 | 75 | 63 |
| Binary | 110111 | 11001110 | 11000001 | 1001001 | 0 | 110 | 10011 | 10101111 | 111101 | 110011 |
Color Harmonies of #37CEC1
Complementary color
Monochromatic Colors of #37CEC1
Black with #37CEC1
Text Example
Text Example
White with #37CEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37CEC1; }
p { color: rgb(55,206,193); }
H1.HeaderClassName
{
color: #37CEC1;
}
.AnyTagClassName
{
color: #37CEC1;
}
</style>
background-color css
<style>
a { background-color: #37CEC1; }
a { background-color: rgb(55,206,193); }
div.DivClassName
{
background-color: #37CEC1;
}
.BgClassName
{
background-color: #37CEC1;
}
</style>
border-color css
<style>
span { border-color: #37CEC1; }
span { border-color: rgb(55,206,193); }
td.TdClassName
{
border-color: #37CEC1;
}
.TagClassName
{
border-color: #37CEC1;
}
</style>