Shades of Medium Turquoise #37C7D1
Tints of Medium Turquoise #37C7D1
RGB
CMYK
RGB Variations
Color information
#37C7D1 (or 0x37C7D1) is known color: Medium Turquoise. HEX triplet: 37, C7 and D1. RGB value is (55,199,209). Sum of RGB (Red+Green+Blue) = 55+199+209=463 (61% of max value = 765). Red value is 55 (21.88% from 255 or 11.88% from 463); Green value is 199 (78.12% from 255 or 42.98% from 463); Blue value is 209 (82.03% from 255 or 45.14% from 463); Max value from RGB is 209 - color contains mainly: blue. Hex color #37C7D1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37C7D1 is #C8382E. Grayscale: #9C9C9C. Windows color (decimal): -13121583 or 13748023. OLE color: 13748023.
HSL color Cylindrical-coordinate representation of color #37C7D1: hue angle of 183.9º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #37C7D1 is Cyan = 0.74, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 55 | 199 | 209 | - |
| CMYK | 0.74 | 0.05 | 0 | 0.18 |
| HSL | 183.9º | 0.63% | 0.52% | - |
| HSV(B) | 183.9º | 0.74% | 0.82% | - |
| XYZ | 33.51 | 46.26 | 67.49 | - |
| YUV | 157.08 | 157.29 | 55.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 199 | 209 | 0.74 | 0.05 | 0 | 0.18 | 183.9 | 0.63 | 0.52 |
| Hex | 37 | C7 | D1 | 4A | 5 | 0 | 12 | B8 | 3F | 34 |
| Octal | 67 | 307 | 321 | 112 | 5 | 0 | 22 | 270 | 77 | 64 |
| Binary | 110111 | 11000111 | 11010001 | 1001010 | 101 | 0 | 10010 | 10111000 | 111111 | 110100 |
Color Harmonies of #37C7D1
Complementary color
Monochromatic Colors of #37C7D1
Black with #37C7D1
Text Example
Text Example
White with #37C7D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37C7D1; }
p { color: rgb(55,199,209); }
H1.HeaderClassName
{
color: #37C7D1;
}
.AnyTagClassName
{
color: #37C7D1;
}
</style>
background-color css
<style>
a { background-color: #37C7D1; }
a { background-color: rgb(55,199,209); }
div.DivClassName
{
background-color: #37C7D1;
}
.BgClassName
{
background-color: #37C7D1;
}
</style>
border-color css
<style>
span { border-color: #37C7D1; }
span { border-color: rgb(55,199,209); }
td.TdClassName
{
border-color: #37C7D1;
}
.TagClassName
{
border-color: #37C7D1;
}
</style>