Shades of Medium Turquoise #37D1DB
Tints of Medium Turquoise #37D1DB
RGB
CMYK
RGB Variations
Color information
#37D1DB (or 0x37D1DB) is known color: Medium Turquoise. HEX triplet: 37, D1 and DB. RGB value is (55,209,219). Sum of RGB (Red+Green+Blue) = 55+209+219=483 (63% of max value = 765). Red value is 55 (21.88% from 255 or 11.39% from 483); Green value is 209 (82.03% from 255 or 43.27% from 483); Blue value is 219 (85.94% from 255 or 45.34% from 483); Max value from RGB is 219 - color contains mainly: blue. Hex color #37D1DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37D1DB is #C82E24. Grayscale: #A3A3A3. Windows color (decimal): -13119013 or 14405943. OLE color: 14405943.
HSL color Cylindrical-coordinate representation of color #37D1DB: hue angle of 183.66º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #37D1DB is Cyan = 0.75, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 55 | 209 | 219 | - |
| CMYK | 0.75 | 0.05 | 0 | 0.14 |
| HSL | 183.66º | 0.69% | 0.54% | - |
| HSV(B) | 183.66º | 0.75% | 0.86% | - |
| XYZ | 37.16 | 51.53 | 75.01 | - |
| YUV | 164.09 | 158.98 | 50.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 209 | 219 | 0.75 | 0.05 | 0 | 0.14 | 183.66 | 0.69 | 0.54 |
| Hex | 37 | D1 | DB | 4B | 5 | 0 | E | B8 | 45 | 36 |
| Octal | 67 | 321 | 333 | 113 | 5 | 0 | 16 | 270 | 105 | 66 |
| Binary | 110111 | 11010001 | 11011011 | 1001011 | 101 | 0 | 1110 | 10111000 | 1000101 | 110110 |
Color Harmonies of #37D1DB
Complementary color
Monochromatic Colors of #37D1DB
Black with #37D1DB
Text Example
Text Example
White with #37D1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37D1DB; }
p { color: rgb(55,209,219); }
H1.HeaderClassName
{
color: #37D1DB;
}
.AnyTagClassName
{
color: #37D1DB;
}
</style>
background-color css
<style>
a { background-color: #37D1DB; }
a { background-color: rgb(55,209,219); }
div.DivClassName
{
background-color: #37D1DB;
}
.BgClassName
{
background-color: #37D1DB;
}
</style>
border-color css
<style>
span { border-color: #37D1DB; }
span { border-color: rgb(55,209,219); }
td.TdClassName
{
border-color: #37D1DB;
}
.TagClassName
{
border-color: #37D1DB;
}
</style>