Shades of Medium Turquoise #37CEC4
Tints of Medium Turquoise #37CEC4
RGB
CMYK
RGB Variations
Color information
#37CEC4 (or 0x37CEC4) is known color: Medium Turquoise. HEX triplet: 37, CE and C4. RGB value is (55,206,196). Sum of RGB (Red+Green+Blue) = 55+206+196=457 (60% of max value = 765). Red value is 55 (21.88% from 255 or 12.04% from 457); Green value is 206 (80.86% from 255 or 45.08% from 457); Blue value is 196 (76.95% from 255 or 42.89% from 457); Max value from RGB is 206 - color contains mainly: green. Hex color #37CEC4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37CEC4 is #C8313B. Grayscale: #9F9F9F. Windows color (decimal): -13119804 or 12897847. OLE color: 12897847.
HSL color Cylindrical-coordinate representation of color #37CEC4: hue angle of 176.03º 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 #37CEC4 is Cyan = 0.73, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 55 | 206 | 196 | - |
| CMYK | 0.73 | 0 | 0.05 | 0.19 |
| HSL | 176.03º | 0.61% | 0.51% | - |
| HSV(B) | 176.03º | 0.73% | 0.81% | - |
| XYZ | 33.61 | 48.94 | 59.9 | - |
| YUV | 159.71 | 148.47 | 53.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 206 | 196 | 0.73 | 0 | 0.05 | 0.19 | 176.03 | 0.61 | 0.51 |
| Hex | 37 | CE | C4 | 49 | 0 | 5 | 13 | B0 | 3D | 33 |
| Octal | 67 | 316 | 304 | 111 | 0 | 5 | 23 | 260 | 75 | 63 |
| Binary | 110111 | 11001110 | 11000100 | 1001001 | 0 | 101 | 10011 | 10110000 | 111101 | 110011 |
Color Harmonies of #37CEC4
Complementary color
Monochromatic Colors of #37CEC4
Black with #37CEC4
Text Example
Text Example
White with #37CEC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37CEC4; }
p { color: rgb(55,206,196); }
H1.HeaderClassName
{
color: #37CEC4;
}
.AnyTagClassName
{
color: #37CEC4;
}
</style>
background-color css
<style>
a { background-color: #37CEC4; }
a { background-color: rgb(55,206,196); }
div.DivClassName
{
background-color: #37CEC4;
}
.BgClassName
{
background-color: #37CEC4;
}
</style>
border-color css
<style>
span { border-color: #37CEC4; }
span { border-color: rgb(55,206,196); }
td.TdClassName
{
border-color: #37CEC4;
}
.TagClassName
{
border-color: #37CEC4;
}
</style>