Shades of Turquoise #37DFB9
Tints of Turquoise #37DFB9
RGB
CMYK
RGB Variations
Color information
#37DFB9 (or 0x37DFB9) is known color: Turquoise. HEX triplet: 37, DF and B9. RGB value is (55,223,185). Sum of RGB (Red+Green+Blue) = 55+223+185=463 (61% of max value = 765). Red value is 55 (21.88% from 255 or 11.88% from 463); Green value is 223 (87.5% from 255 or 48.16% from 463); Blue value is 185 (72.66% from 255 or 39.96% from 463); Max value from RGB is 223 - color contains mainly: green. Hex color #37DFB9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37DFB9 is #C82046. Grayscale: #A8A8A8. Windows color (decimal): -13115463 or 12181303. OLE color: 12181303.
HSL color Cylindrical-coordinate representation of color #37DFB9: hue angle of 166.43º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #37DFB9 is Cyan = 0.75, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 55 | 223 | 185 | - |
| CMYK | 0.75 | 0 | 0.17 | 0.13 |
| HSL | 166.43º | 0.72% | 0.55% | - |
| HSV(B) | 166.43º | 0.75% | 0.87% | - |
| XYZ | 36.72 | 57.09 | 54.98 | - |
| YUV | 168.44 | 137.34 | 47.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 223 | 185 | 0.75 | 0 | 0.17 | 0.13 | 166.43 | 0.72 | 0.55 |
| Hex | 37 | DF | B9 | 4B | 0 | 11 | D | A6 | 48 | 37 |
| Octal | 67 | 337 | 271 | 113 | 0 | 21 | 15 | 246 | 110 | 67 |
| Binary | 110111 | 11011111 | 10111001 | 1001011 | 0 | 10001 | 1101 | 10100110 | 1001000 | 110111 |
Color Harmonies of #37DFB9
Complementary color
Monochromatic Colors of #37DFB9
Black with #37DFB9
Text Example
Text Example
White with #37DFB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37DFB9; }
p { color: rgb(55,223,185); }
H1.HeaderClassName
{
color: #37DFB9;
}
.AnyTagClassName
{
color: #37DFB9;
}
</style>
background-color css
<style>
a { background-color: #37DFB9; }
a { background-color: rgb(55,223,185); }
div.DivClassName
{
background-color: #37DFB9;
}
.BgClassName
{
background-color: #37DFB9;
}
</style>
border-color css
<style>
span { border-color: #37DFB9; }
span { border-color: rgb(55,223,185); }
td.TdClassName
{
border-color: #37DFB9;
}
.TagClassName
{
border-color: #37DFB9;
}
</style>