Shades of Turquoise #37DCD0
Tints of Turquoise #37DCD0
RGB
CMYK
RGB Variations
Color information
#37DCD0 (or 0x37DCD0) is known color: Turquoise. HEX triplet: 37, DC and D0. RGB value is (55,220,208). Sum of RGB (Red+Green+Blue) = 55+220+208=483 (63% of max value = 765). Red value is 55 (21.88% from 255 or 11.39% from 483); Green value is 220 (86.33% from 255 or 45.55% from 483); Blue value is 208 (81.64% from 255 or 43.06% from 483); Max value from RGB is 220 - color contains mainly: green. Hex color #37DCD0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37DCD0 is #C8232F. Grayscale: #A9A9A9. Windows color (decimal): -13116208 or 13687863. OLE color: 13687863.
HSL color Cylindrical-coordinate representation of color #37DCD0: hue angle of 175.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 #37DCD0 is Cyan = 0.75, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 55 | 220 | 208 | - |
| CMYK | 0.75 | 0 | 0.05 | 0.14 |
| HSL | 175.64º | 0.7% | 0.54% | - |
| HSV(B) | 175.64º | 0.75% | 0.86% | - |
| XYZ | 38.55 | 56.55 | 68.56 | - |
| YUV | 169.3 | 149.84 | 46.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 220 | 208 | 0.75 | 0 | 0.05 | 0.14 | 175.64 | 0.7 | 0.54 |
| Hex | 37 | DC | D0 | 4B | 0 | 5 | E | B0 | 46 | 36 |
| Octal | 67 | 334 | 320 | 113 | 0 | 5 | 16 | 260 | 106 | 66 |
| Binary | 110111 | 11011100 | 11010000 | 1001011 | 0 | 101 | 1110 | 10110000 | 1000110 | 110110 |
Color Harmonies of #37DCD0
Complementary color
Monochromatic Colors of #37DCD0
Black with #37DCD0
Text Example
Text Example
White with #37DCD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37DCD0; }
p { color: rgb(55,220,208); }
H1.HeaderClassName
{
color: #37DCD0;
}
.AnyTagClassName
{
color: #37DCD0;
}
</style>
background-color css
<style>
a { background-color: #37DCD0; }
a { background-color: rgb(55,220,208); }
div.DivClassName
{
background-color: #37DCD0;
}
.BgClassName
{
background-color: #37DCD0;
}
</style>
border-color css
<style>
span { border-color: #37DCD0; }
span { border-color: rgb(55,220,208); }
td.TdClassName
{
border-color: #37DCD0;
}
.TagClassName
{
border-color: #37DCD0;
}
</style>