Shades of Medium Turquoise #37CDC8
Tints of Medium Turquoise #37CDC8
RGB
CMYK
RGB Variations
Color information
#37CDC8 (or 0x37CDC8) is known color: Medium Turquoise. HEX triplet: 37, CD and C8. RGB value is (55,205,200). Sum of RGB (Red+Green+Blue) = 55+205+200=460 (60% of max value = 765). Red value is 55 (21.88% from 255 or 11.96% from 460); Green value is 205 (80.47% from 255 or 44.57% from 460); Blue value is 200 (78.52% from 255 or 43.48% from 460); Max value from RGB is 205 - color contains mainly: green. Hex color #37CDC8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37CDC8 is #C83237. Grayscale: #9F9F9F. Windows color (decimal): -13120056 or 13159735. OLE color: 13159735.
HSL color Cylindrical-coordinate representation of color #37CDC8: hue angle of 178º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #37CDC8 is Cyan = 0.73, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 55 | 205 | 200 | - |
| CMYK | 0.73 | 0 | 0.02 | 0.20 |
| HSL | 178º | 0.6% | 0.51% | - |
| HSV(B) | 178º | 0.73% | 0.8% | - |
| XYZ | 33.83 | 48.65 | 62.25 | - |
| YUV | 159.58 | 150.81 | 53.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 205 | 200 | 0.73 | 0 | 0.02 | 0.20 | 178 | 0.6 | 0.51 |
| Hex | 37 | CD | C8 | 49 | 0 | 2 | 14 | B2 | 3C | 33 |
| Octal | 67 | 315 | 310 | 111 | 0 | 2 | 24 | 262 | 74 | 63 |
| Binary | 110111 | 11001101 | 11001000 | 1001001 | 0 | 10 | 10100 | 10110010 | 111100 | 110011 |
Color Harmonies of #37CDC8
Complementary color
Monochromatic Colors of #37CDC8
Black with #37CDC8
Text Example
Text Example
White with #37CDC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37CDC8; }
p { color: rgb(55,205,200); }
H1.HeaderClassName
{
color: #37CDC8;
}
.AnyTagClassName
{
color: #37CDC8;
}
</style>
background-color css
<style>
a { background-color: #37CDC8; }
a { background-color: rgb(55,205,200); }
div.DivClassName
{
background-color: #37CDC8;
}
.BgClassName
{
background-color: #37CDC8;
}
</style>
border-color css
<style>
span { border-color: #37CDC8; }
span { border-color: rgb(55,205,200); }
td.TdClassName
{
border-color: #37CDC8;
}
.TagClassName
{
border-color: #37CDC8;
}
</style>