Shades of Medium Turquoise #37CDB7
Tints of Medium Turquoise #37CDB7
RGB
CMYK
RGB Variations
Color information
#37CDB7 (or 0x37CDB7) is known color: Medium Turquoise. HEX triplet: 37, CD and B7. RGB value is (55,205,183). Sum of RGB (Red+Green+Blue) = 55+205+183=443 (58% of max value = 765). Red value is 55 (21.88% from 255 or 12.42% from 443); Green value is 205 (80.47% from 255 or 46.28% from 443); Blue value is 183 (71.88% from 255 or 41.31% from 443); Max value from RGB is 205 - color contains mainly: green. Hex color #37CDB7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37CDB7 is #C83248. Grayscale: #9D9D9D. Windows color (decimal): -13120073 or 12045623. OLE color: 12045623.
HSL color Cylindrical-coordinate representation of color #37CDB7: hue angle of 171.2º 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 #37CDB7 is Cyan = 0.73, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 55 | 205 | 183 | - |
| CMYK | 0.73 | 0 | 0.11 | 0.20 |
| HSL | 171.2º | 0.6% | 0.51% | - |
| HSV(B) | 171.2º | 0.73% | 0.8% | - |
| XYZ | 31.95 | 47.89 | 52.36 | - |
| YUV | 157.64 | 142.31 | 54.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 205 | 183 | 0.73 | 0 | 0.11 | 0.20 | 171.2 | 0.6 | 0.51 |
| Hex | 37 | CD | B7 | 49 | 0 | B | 14 | AB | 3C | 33 |
| Octal | 67 | 315 | 267 | 111 | 0 | 13 | 24 | 253 | 74 | 63 |
| Binary | 110111 | 11001101 | 10110111 | 1001001 | 0 | 1011 | 10100 | 10101011 | 111100 | 110011 |
Color Harmonies of #37CDB7
Complementary color
Monochromatic Colors of #37CDB7
Black with #37CDB7
Text Example
Text Example
White with #37CDB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37CDB7; }
p { color: rgb(55,205,183); }
H1.HeaderClassName
{
color: #37CDB7;
}
.AnyTagClassName
{
color: #37CDB7;
}
</style>
background-color css
<style>
a { background-color: #37CDB7; }
a { background-color: rgb(55,205,183); }
div.DivClassName
{
background-color: #37CDB7;
}
.BgClassName
{
background-color: #37CDB7;
}
</style>
border-color css
<style>
span { border-color: #37CDB7; }
span { border-color: rgb(55,205,183); }
td.TdClassName
{
border-color: #37CDB7;
}
.TagClassName
{
border-color: #37CDB7;
}
</style>