Shades of Medium Turquoise #37D1CF
Tints of Medium Turquoise #37D1CF
RGB
CMYK
RGB Variations
Color information
#37D1CF (or 0x37D1CF) is known color: Medium Turquoise. HEX triplet: 37, D1 and CF. RGB value is (55,209,207). Sum of RGB (Red+Green+Blue) = 55+209+207=471 (62% of max value = 765). Red value is 55 (21.88% from 255 or 11.68% from 471); Green value is 209 (82.03% from 255 or 44.37% from 471); Blue value is 207 (81.25% from 255 or 43.95% from 471); Max value from RGB is 209 - color contains mainly: green. Hex color #37D1CF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37D1CF is #C82E30. Grayscale: #A2A2A2. Windows color (decimal): -13119025 or 13619511. OLE color: 13619511.
HSL color Cylindrical-coordinate representation of color #37D1CF: hue angle of 179.22º 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 #37D1CF is Cyan = 0.74, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 55 | 209 | 207 | - |
| CMYK | 0.74 | 0 | 0.01 | 0.18 |
| HSL | 179.22º | 0.63% | 0.52% | - |
| HSV(B) | 179.22º | 0.74% | 0.82% | - |
| XYZ | 35.64 | 50.92 | 66.98 | - |
| YUV | 162.73 | 152.98 | 51.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 209 | 207 | 0.74 | 0 | 0.01 | 0.18 | 179.22 | 0.63 | 0.52 |
| Hex | 37 | D1 | CF | 4A | 0 | 1 | 12 | B3 | 3F | 34 |
| Octal | 67 | 321 | 317 | 112 | 0 | 1 | 22 | 263 | 77 | 64 |
| Binary | 110111 | 11010001 | 11001111 | 1001010 | 0 | 1 | 10010 | 10110011 | 111111 | 110100 |
Color Harmonies of #37D1CF
Complementary color
Monochromatic Colors of #37D1CF
Black with #37D1CF
Text Example
Text Example
White with #37D1CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37D1CF; }
p { color: rgb(55,209,207); }
H1.HeaderClassName
{
color: #37D1CF;
}
.AnyTagClassName
{
color: #37D1CF;
}
</style>
background-color css
<style>
a { background-color: #37D1CF; }
a { background-color: rgb(55,209,207); }
div.DivClassName
{
background-color: #37D1CF;
}
.BgClassName
{
background-color: #37D1CF;
}
</style>
border-color css
<style>
span { border-color: #37D1CF; }
span { border-color: rgb(55,209,207); }
td.TdClassName
{
border-color: #37D1CF;
}
.TagClassName
{
border-color: #37D1CF;
}
</style>