Shades of Turquoise #37DFC0
Tints of Turquoise #37DFC0
RGB
CMYK
RGB Variations
Color information
#37DFC0 (or 0x37DFC0) is known color: Turquoise. HEX triplet: 37, DF and C0. RGB value is (55,223,192). Sum of RGB (Red+Green+Blue) = 55+223+192=470 (62% of max value = 765). Red value is 55 (21.88% from 255 or 11.70% from 470); Green value is 223 (87.5% from 255 or 47.45% from 470); Blue value is 192 (75.39% from 255 or 40.85% from 470); Max value from RGB is 223 - color contains mainly: green. Hex color #37DFC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37DFC0 is #C8203F. Grayscale: #A9A9A9. Windows color (decimal): -13115456 or 12640055. OLE color: 12640055.
HSL color Cylindrical-coordinate representation of color #37DFC0: hue angle of 168.93º 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 #37DFC0 is Cyan = 0.75, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 55 | 223 | 192 | - |
| CMYK | 0.75 | 0 | 0.14 | 0.13 |
| HSL | 168.93º | 0.72% | 0.55% | - |
| HSV(B) | 168.93º | 0.75% | 0.87% | - |
| XYZ | 37.48 | 57.39 | 58.97 | - |
| YUV | 169.23 | 140.84 | 46.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 223 | 192 | 0.75 | 0 | 0.14 | 0.13 | 168.93 | 0.72 | 0.55 |
| Hex | 37 | DF | C0 | 4B | 0 | E | D | A9 | 48 | 37 |
| Octal | 67 | 337 | 300 | 113 | 0 | 16 | 15 | 251 | 110 | 67 |
| Binary | 110111 | 11011111 | 11000000 | 1001011 | 0 | 1110 | 1101 | 10101001 | 1001000 | 110111 |
Color Harmonies of #37DFC0
Complementary color
Monochromatic Colors of #37DFC0
Black with #37DFC0
Text Example
Text Example
White with #37DFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37DFC0; }
p { color: rgb(55,223,192); }
H1.HeaderClassName
{
color: #37DFC0;
}
.AnyTagClassName
{
color: #37DFC0;
}
</style>
background-color css
<style>
a { background-color: #37DFC0; }
a { background-color: rgb(55,223,192); }
div.DivClassName
{
background-color: #37DFC0;
}
.BgClassName
{
background-color: #37DFC0;
}
</style>
border-color css
<style>
span { border-color: #37DFC0; }
span { border-color: rgb(55,223,192); }
td.TdClassName
{
border-color: #37DFC0;
}
.TagClassName
{
border-color: #37DFC0;
}
</style>