Shades of Turquoise #37DCCB
Tints of Turquoise #37DCCB
RGB
CMYK
RGB Variations
Color information
#37DCCB (or 0x37DCCB) is known color: Turquoise. HEX triplet: 37, DC and CB. RGB value is (55,220,203). Sum of RGB (Red+Green+Blue) = 55+220+203=478 (63% of max value = 765). Red value is 55 (21.88% from 255 or 11.51% from 478); Green value is 220 (86.33% from 255 or 46.03% from 478); Blue value is 203 (79.69% from 255 or 42.47% from 478); Max value from RGB is 220 - color contains mainly: green. Hex color #37DCCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37DCCB is #C82334. Grayscale: #A8A8A8. Windows color (decimal): -13116213 or 13360183. OLE color: 13360183.
HSL color Cylindrical-coordinate representation of color #37DCCB: hue angle of 173.82º 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 #37DCCB is Cyan = 0.75, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 55 | 220 | 203 | - |
| CMYK | 0.75 | 0 | 0.08 | 0.14 |
| HSL | 173.82º | 0.7% | 0.54% | - |
| HSV(B) | 173.82º | 0.75% | 0.86% | - |
| XYZ | 37.95 | 56.31 | 65.37 | - |
| YUV | 168.73 | 147.34 | 46.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 220 | 203 | 0.75 | 0 | 0.08 | 0.14 | 173.82 | 0.7 | 0.54 |
| Hex | 37 | DC | CB | 4B | 0 | 8 | E | AE | 46 | 36 |
| Octal | 67 | 334 | 313 | 113 | 0 | 10 | 16 | 256 | 106 | 66 |
| Binary | 110111 | 11011100 | 11001011 | 1001011 | 0 | 1000 | 1110 | 10101110 | 1000110 | 110110 |
Color Harmonies of #37DCCB
Complementary color
Monochromatic Colors of #37DCCB
Black with #37DCCB
Text Example
Text Example
White with #37DCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37DCCB; }
p { color: rgb(55,220,203); }
H1.HeaderClassName
{
color: #37DCCB;
}
.AnyTagClassName
{
color: #37DCCB;
}
</style>
background-color css
<style>
a { background-color: #37DCCB; }
a { background-color: rgb(55,220,203); }
div.DivClassName
{
background-color: #37DCCB;
}
.BgClassName
{
background-color: #37DCCB;
}
</style>
border-color css
<style>
span { border-color: #37DCCB; }
span { border-color: rgb(55,220,203); }
td.TdClassName
{
border-color: #37DCCB;
}
.TagClassName
{
border-color: #37DCCB;
}
</style>