Shades of Turquoise #37DCBD
Tints of Turquoise #37DCBD
RGB
CMYK
RGB Variations
Color information
#37DCBD (or 0x37DCBD) is known color: Turquoise. HEX triplet: 37, DC and BD. RGB value is (55,220,189). Sum of RGB (Red+Green+Blue) = 55+220+189=464 (61% of max value = 765). Red value is 55 (21.88% from 255 or 11.85% from 464); Green value is 220 (86.33% from 255 or 47.41% from 464); Blue value is 189 (74.22% from 255 or 40.73% from 464); Max value from RGB is 220 - color contains mainly: green. Hex color #37DCBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37DCBD is #C82342. Grayscale: #A7A7A7. Windows color (decimal): -13116227 or 12442679. OLE color: 12442679.
HSL color Cylindrical-coordinate representation of color #37DCBD: hue angle of 168.73º degrees, saturation: 0.7, 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 #37DCBD is Cyan = 0.75, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 55 | 220 | 189 | - |
| CMYK | 0.75 | 0 | 0.14 | 0.14 |
| HSL | 168.73º | 0.7% | 0.54% | - |
| HSV(B) | 168.73º | 0.75% | 0.86% | - |
| XYZ | 36.35 | 55.67 | 56.97 | - |
| YUV | 167.13 | 140.34 | 48.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 220 | 189 | 0.75 | 0 | 0.14 | 0.14 | 168.73 | 0.7 | 0.54 |
| Hex | 37 | DC | BD | 4B | 0 | E | E | A9 | 46 | 36 |
| Octal | 67 | 334 | 275 | 113 | 0 | 16 | 16 | 251 | 106 | 66 |
| Binary | 110111 | 11011100 | 10111101 | 1001011 | 0 | 1110 | 1110 | 10101001 | 1000110 | 110110 |
Color Harmonies of #37DCBD
Complementary color
Monochromatic Colors of #37DCBD
Black with #37DCBD
Text Example
Text Example
White with #37DCBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37DCBD; }
p { color: rgb(55,220,189); }
H1.HeaderClassName
{
color: #37DCBD;
}
.AnyTagClassName
{
color: #37DCBD;
}
</style>
background-color css
<style>
a { background-color: #37DCBD; }
a { background-color: rgb(55,220,189); }
div.DivClassName
{
background-color: #37DCBD;
}
.BgClassName
{
background-color: #37DCBD;
}
</style>
border-color css
<style>
span { border-color: #37DCBD; }
span { border-color: rgb(55,220,189); }
td.TdClassName
{
border-color: #37DCBD;
}
.TagClassName
{
border-color: #37DCBD;
}
</style>