Shades of Turquoise #37DDBD
Tints of Turquoise #37DDBD
RGB
CMYK
RGB Variations
Color information
#37DDBD (or 0x37DDBD) is known color: Turquoise. HEX triplet: 37, DD and BD. RGB value is (55,221,189). Sum of RGB (Red+Green+Blue) = 55+221+189=465 (61% of max value = 765). Red value is 55 (21.88% from 255 or 11.83% from 465); Green value is 221 (86.72% from 255 or 47.53% from 465); Blue value is 189 (74.22% from 255 or 40.65% from 465); Max value from RGB is 221 - color contains mainly: green. Hex color #37DDBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37DDBD is #C82242. Grayscale: #A7A7A7. Windows color (decimal): -13115971 or 12442935. OLE color: 12442935.
HSL color Cylindrical-coordinate representation of color #37DDBD: hue angle of 168.43º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #37DDBD is Cyan = 0.75, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 55 | 221 | 189 | - |
| CMYK | 0.75 | 0 | 0.14 | 0.13 |
| HSL | 168.43º | 0.71% | 0.54% | - |
| HSV(B) | 168.43º | 0.75% | 0.87% | - |
| XYZ | 36.62 | 56.2 | 57.06 | - |
| YUV | 167.72 | 140 | 47.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 221 | 189 | 0.75 | 0 | 0.14 | 0.13 | 168.43 | 0.71 | 0.54 |
| Hex | 37 | DD | BD | 4B | 0 | E | D | A8 | 47 | 36 |
| Octal | 67 | 335 | 275 | 113 | 0 | 16 | 15 | 250 | 107 | 66 |
| Binary | 110111 | 11011101 | 10111101 | 1001011 | 0 | 1110 | 1101 | 10101000 | 1000111 | 110110 |
Color Harmonies of #37DDBD
Complementary color
Monochromatic Colors of #37DDBD
Black with #37DDBD
Text Example
Text Example
White with #37DDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37DDBD; }
p { color: rgb(55,221,189); }
H1.HeaderClassName
{
color: #37DDBD;
}
.AnyTagClassName
{
color: #37DDBD;
}
</style>
background-color css
<style>
a { background-color: #37DDBD; }
a { background-color: rgb(55,221,189); }
div.DivClassName
{
background-color: #37DDBD;
}
.BgClassName
{
background-color: #37DDBD;
}
</style>
border-color css
<style>
span { border-color: #37DDBD; }
span { border-color: rgb(55,221,189); }
td.TdClassName
{
border-color: #37DDBD;
}
.TagClassName
{
border-color: #37DDBD;
}
</style>