Shades of Medium Turquoise #37CEC7
Tints of Medium Turquoise #37CEC7
RGB
CMYK
RGB Variations
Color information
#37CEC7 (or 0x37CEC7) is known color: Medium Turquoise. HEX triplet: 37, CE and C7. RGB value is (55,206,199). Sum of RGB (Red+Green+Blue) = 55+206+199=460 (60% of max value = 765). Red value is 55 (21.88% from 255 or 11.96% from 460); Green value is 206 (80.86% from 255 or 44.78% from 460); Blue value is 199 (78.12% from 255 or 43.26% from 460); Max value from RGB is 206 - color contains mainly: green. Hex color #37CEC7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37CEC7 is #C83138. Grayscale: #9F9F9F. Windows color (decimal): -13119801 or 13094455. OLE color: 13094455.
HSL color Cylindrical-coordinate representation of color #37CEC7: hue angle of 177.22º 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 #37CEC7 is Cyan = 0.73, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 55 | 206 | 199 | - |
| CMYK | 0.73 | 0 | 0.03 | 0.19 |
| HSL | 177.22º | 0.61% | 0.51% | - |
| HSV(B) | 177.22º | 0.73% | 0.81% | - |
| XYZ | 33.96 | 49.08 | 61.72 | - |
| YUV | 160.05 | 149.97 | 53.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 206 | 199 | 0.73 | 0 | 0.03 | 0.19 | 177.22 | 0.61 | 0.51 |
| Hex | 37 | CE | C7 | 49 | 0 | 3 | 13 | B1 | 3D | 33 |
| Octal | 67 | 316 | 307 | 111 | 0 | 3 | 23 | 261 | 75 | 63 |
| Binary | 110111 | 11001110 | 11000111 | 1001001 | 0 | 11 | 10011 | 10110001 | 111101 | 110011 |
Color Harmonies of #37CEC7
Complementary color
Monochromatic Colors of #37CEC7
Black with #37CEC7
Text Example
Text Example
White with #37CEC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37CEC7; }
p { color: rgb(55,206,199); }
H1.HeaderClassName
{
color: #37CEC7;
}
.AnyTagClassName
{
color: #37CEC7;
}
</style>
background-color css
<style>
a { background-color: #37CEC7; }
a { background-color: rgb(55,206,199); }
div.DivClassName
{
background-color: #37CEC7;
}
.BgClassName
{
background-color: #37CEC7;
}
</style>
border-color css
<style>
span { border-color: #37CEC7; }
span { border-color: rgb(55,206,199); }
td.TdClassName
{
border-color: #37CEC7;
}
.TagClassName
{
border-color: #37CEC7;
}
</style>