Shades of Turquoise #37DEC0
Tints of Turquoise #37DEC0
RGB
CMYK
RGB Variations
Color information
#37DEC0 (or 0x37DEC0) is known color: Turquoise. HEX triplet: 37, DE and C0. RGB value is (55,222,192). Sum of RGB (Red+Green+Blue) = 55+222+192=469 (62% of max value = 765). Red value is 55 (21.88% from 255 or 11.73% from 469); Green value is 222 (87.11% from 255 or 47.33% from 469); Blue value is 192 (75.39% from 255 or 40.94% from 469); Max value from RGB is 222 - color contains mainly: green. Hex color #37DEC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37DEC0 is #C8213F. Grayscale: #A8A8A8. Windows color (decimal): -13115712 or 12639799. OLE color: 12639799.
HSL color Cylindrical-coordinate representation of color #37DEC0: hue angle of 169.22º degrees, saturation: 0.72, 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 #37DEC0 is Cyan = 0.75, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 55 | 222 | 192 | - |
| CMYK | 0.75 | 0 | 0.14 | 0.13 |
| HSL | 169.22º | 0.72% | 0.54% | - |
| HSV(B) | 169.22º | 0.75% | 0.87% | - |
| XYZ | 37.21 | 56.86 | 58.88 | - |
| YUV | 168.65 | 141.17 | 46.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 222 | 192 | 0.75 | 0 | 0.14 | 0.13 | 169.22 | 0.72 | 0.54 |
| Hex | 37 | DE | C0 | 4B | 0 | E | D | A9 | 48 | 36 |
| Octal | 67 | 336 | 300 | 113 | 0 | 16 | 15 | 251 | 110 | 66 |
| Binary | 110111 | 11011110 | 11000000 | 1001011 | 0 | 1110 | 1101 | 10101001 | 1001000 | 110110 |
Color Harmonies of #37DEC0
Complementary color
Monochromatic Colors of #37DEC0
Black with #37DEC0
Text Example
Text Example
White with #37DEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37DEC0; }
p { color: rgb(55,222,192); }
H1.HeaderClassName
{
color: #37DEC0;
}
.AnyTagClassName
{
color: #37DEC0;
}
</style>
background-color css
<style>
a { background-color: #37DEC0; }
a { background-color: rgb(55,222,192); }
div.DivClassName
{
background-color: #37DEC0;
}
.BgClassName
{
background-color: #37DEC0;
}
</style>
border-color css
<style>
span { border-color: #37DEC0; }
span { border-color: rgb(55,222,192); }
td.TdClassName
{
border-color: #37DEC0;
}
.TagClassName
{
border-color: #37DEC0;
}
</style>