Shades of Medium Turquoise #37CECE
Tints of Medium Turquoise #37CECE
RGB
CMYK
RGB Variations
Color information
#37CECE (or 0x37CECE) is known color: Medium Turquoise. HEX triplet: 37, CE and CE. RGB value is (55,206,206). Sum of RGB (Red+Green+Blue) = 55+206+206=467 (61% of max value = 765). Red value is 55 (21.88% from 255 or 11.78% from 467); Green value is 206 (80.86% from 255 or 44.11% from 467); Blue value is 206 (80.86% from 255 or 44.11% from 467); Max value from RGB is 206 - color contains mainly: green, blue. Hex color #37CECE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37CECE is #C83131. Grayscale: #A0A0A0. Windows color (decimal): -13119794 or 13553207. OLE color: 13553207.
HSL color Cylindrical-coordinate representation of color #37CECE: hue angle of 180º 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 #37CECE is Cyan = 0.73, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 55 | 206 | 206 | - |
| CMYK | 0.73 | 0 | 0 | 0.19 |
| HSL | 180º | 0.61% | 0.51% | - |
| HSV(B) | 180º | 0.73% | 0.81% | - |
| XYZ | 34.79 | 49.41 | 66.1 | - |
| YUV | 160.85 | 153.47 | 52.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 206 | 206 | 0.73 | 0 | 0 | 0.19 | 180 | 0.61 | 0.51 |
| Hex | 37 | CE | CE | 49 | 0 | 0 | 13 | B4 | 3D | 33 |
| Octal | 67 | 316 | 316 | 111 | 0 | 0 | 23 | 264 | 75 | 63 |
| Binary | 110111 | 11001110 | 11001110 | 1001001 | 0 | 0 | 10011 | 10110100 | 111101 | 110011 |
Color Harmonies of #37CECE
Complementary color
Monochromatic Colors of #37CECE
Black with #37CECE
Text Example
Text Example
White with #37CECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37CECE; }
p { color: rgb(55,206,206); }
H1.HeaderClassName
{
color: #37CECE;
}
.AnyTagClassName
{
color: #37CECE;
}
</style>
background-color css
<style>
a { background-color: #37CECE; }
a { background-color: rgb(55,206,206); }
div.DivClassName
{
background-color: #37CECE;
}
.BgClassName
{
background-color: #37CECE;
}
</style>
border-color css
<style>
span { border-color: #37CECE; }
span { border-color: rgb(55,206,206); }
td.TdClassName
{
border-color: #37CECE;
}
.TagClassName
{
border-color: #37CECE;
}
</style>