Shades of Turquoise #37DDB4
Tints of Turquoise #37DDB4
RGB
CMYK
RGB Variations
Color information
#37DDB4 (or 0x37DDB4) is known color: Turquoise. HEX triplet: 37, DD and B4. RGB value is (55,221,180). Sum of RGB (Red+Green+Blue) = 55+221+180=456 (60% of max value = 765). Red value is 55 (21.88% from 255 or 12.06% from 456); Green value is 221 (86.72% from 255 or 48.46% from 456); Blue value is 180 (70.70% from 255 or 39.47% from 456); Max value from RGB is 221 - color contains mainly: green. Hex color #37DDB4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37DDB4 is #C8224B. Grayscale: #A6A6A6. Windows color (decimal): -13115980 or 11853111. OLE color: 11853111.
HSL color Cylindrical-coordinate representation of color #37DDB4: hue angle of 165.18º 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 #37DDB4 is Cyan = 0.75, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 55 | 221 | 180 | - |
| CMYK | 0.75 | 0 | 0.19 | 0.13 |
| HSL | 165.18º | 0.71% | 0.54% | - |
| HSV(B) | 165.18º | 0.75% | 0.87% | - |
| XYZ | 35.67 | 55.82 | 52.07 | - |
| YUV | 166.69 | 135.5 | 48.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 221 | 180 | 0.75 | 0 | 0.19 | 0.13 | 165.18 | 0.71 | 0.54 |
| Hex | 37 | DD | B4 | 4B | 0 | 13 | D | A5 | 47 | 36 |
| Octal | 67 | 335 | 264 | 113 | 0 | 23 | 15 | 245 | 107 | 66 |
| Binary | 110111 | 11011101 | 10110100 | 1001011 | 0 | 10011 | 1101 | 10100101 | 1000111 | 110110 |
Color Harmonies of #37DDB4
Complementary color
Monochromatic Colors of #37DDB4
Black with #37DDB4
Text Example
Text Example
White with #37DDB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37DDB4; }
p { color: rgb(55,221,180); }
H1.HeaderClassName
{
color: #37DDB4;
}
.AnyTagClassName
{
color: #37DDB4;
}
</style>
background-color css
<style>
a { background-color: #37DDB4; }
a { background-color: rgb(55,221,180); }
div.DivClassName
{
background-color: #37DDB4;
}
.BgClassName
{
background-color: #37DDB4;
}
</style>
border-color css
<style>
span { border-color: #37DDB4; }
span { border-color: rgb(55,221,180); }
td.TdClassName
{
border-color: #37DDB4;
}
.TagClassName
{
border-color: #37DDB4;
}
</style>