Shades of Turquoise #37DBD1
Tints of Turquoise #37DBD1
RGB
CMYK
RGB Variations
Color information
#37DBD1 (or 0x37DBD1) is known color: Turquoise. HEX triplet: 37, DB and D1. RGB value is (55,219,209). Sum of RGB (Red+Green+Blue) = 55+219+209=483 (63% of max value = 765). Red value is 55 (21.88% from 255 or 11.39% from 483); Green value is 219 (85.94% from 255 or 45.34% from 483); Blue value is 209 (82.03% from 255 or 43.27% from 483); Max value from RGB is 219 - color contains mainly: green. Hex color #37DBD1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37DBD1 is #C8242E. Grayscale: #A8A8A8. Windows color (decimal): -13116463 or 13753143. OLE color: 13753143.
HSL color Cylindrical-coordinate representation of color #37DBD1: hue angle of 176.34º 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 #37DBD1 is Cyan = 0.75, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 55 | 219 | 209 | - |
| CMYK | 0.75 | 0 | 0.05 | 0.14 |
| HSL | 176.34º | 0.69% | 0.54% | - |
| HSV(B) | 176.34º | 0.75% | 0.86% | - |
| XYZ | 38.42 | 56.08 | 69.12 | - |
| YUV | 168.82 | 150.67 | 46.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 219 | 209 | 0.75 | 0 | 0.05 | 0.14 | 176.34 | 0.69 | 0.54 |
| Hex | 37 | DB | D1 | 4B | 0 | 5 | E | B0 | 45 | 36 |
| Octal | 67 | 333 | 321 | 113 | 0 | 5 | 16 | 260 | 105 | 66 |
| Binary | 110111 | 11011011 | 11010001 | 1001011 | 0 | 101 | 1110 | 10110000 | 1000101 | 110110 |
Color Harmonies of #37DBD1
Complementary color
Monochromatic Colors of #37DBD1
Black with #37DBD1
Text Example
Text Example
White with #37DBD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37DBD1; }
p { color: rgb(55,219,209); }
H1.HeaderClassName
{
color: #37DBD1;
}
.AnyTagClassName
{
color: #37DBD1;
}
</style>
background-color css
<style>
a { background-color: #37DBD1; }
a { background-color: rgb(55,219,209); }
div.DivClassName
{
background-color: #37DBD1;
}
.BgClassName
{
background-color: #37DBD1;
}
</style>
border-color css
<style>
span { border-color: #37DBD1; }
span { border-color: rgb(55,219,209); }
td.TdClassName
{
border-color: #37DBD1;
}
.TagClassName
{
border-color: #37DBD1;
}
</style>