Shades of Turquoise #37DCDB
Tints of Turquoise #37DCDB
RGB
CMYK
RGB Variations
Color information
#37DCDB (or 0x37DCDB) is known color: Turquoise. HEX triplet: 37, DC and DB. RGB value is (55,220,219). Sum of RGB (Red+Green+Blue) = 55+220+219=494 (65% of max value = 765). Red value is 55 (21.88% from 255 or 11.13% from 494); Green value is 220 (86.33% from 255 or 44.53% from 494); Blue value is 219 (85.94% from 255 or 44.33% from 494); Max value from RGB is 220 - color contains mainly: green. Hex color #37DCDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37DCDB is #C82324. Grayscale: #AAAAAA. Windows color (decimal): -13116197 or 14408759. OLE color: 14408759.
HSL color Cylindrical-coordinate representation of color #37DCDB: hue angle of 179.64º 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 #37DCDB is Cyan = 0.75, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 55 | 220 | 219 | - |
| CMYK | 0.75 | 0 | 0.00 | 0.14 |
| HSL | 179.64º | 0.7% | 0.54% | - |
| HSV(B) | 179.64º | 0.75% | 0.86% | - |
| XYZ | 39.95 | 57.11 | 75.94 | - |
| YUV | 170.55 | 155.34 | 45.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 220 | 219 | 0.75 | 0 | 0.00 | 0.14 | 179.64 | 0.7 | 0.54 |
| Hex | 37 | DC | DB | 4B | 0 | 0 | E | B4 | 46 | 36 |
| Octal | 67 | 334 | 333 | 113 | 0 | 0 | 16 | 264 | 106 | 66 |
| Binary | 110111 | 11011100 | 11011011 | 1001011 | 0 | 0 | 1110 | 10110100 | 1000110 | 110110 |
Color Harmonies of #37DCDB
Complementary color
Monochromatic Colors of #37DCDB
Black with #37DCDB
Text Example
Text Example
White with #37DCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37DCDB; }
p { color: rgb(55,220,219); }
H1.HeaderClassName
{
color: #37DCDB;
}
.AnyTagClassName
{
color: #37DCDB;
}
</style>
background-color css
<style>
a { background-color: #37DCDB; }
a { background-color: rgb(55,220,219); }
div.DivClassName
{
background-color: #37DCDB;
}
.BgClassName
{
background-color: #37DCDB;
}
</style>
border-color css
<style>
span { border-color: #37DCDB; }
span { border-color: rgb(55,220,219); }
td.TdClassName
{
border-color: #37DCDB;
}
.TagClassName
{
border-color: #37DCDB;
}
</style>