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