Shades of Turquoise #37E0D1
Tints of Turquoise #37E0D1
RGB
CMYK
RGB Variations
Color information
#37E0D1 (or 0x37E0D1) is known color: Turquoise. HEX triplet: 37, E0 and D1. RGB value is (55,224,209). Sum of RGB (Red+Green+Blue) = 55+224+209=488 (64% of max value = 765). Red value is 55 (21.88% from 255 or 11.27% from 488); Green value is 224 (87.89% from 255 or 45.90% from 488); Blue value is 209 (82.03% from 255 or 42.83% from 488); Max value from RGB is 224 - color contains mainly: green. Hex color #37E0D1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37E0D1 is #C81F2E. Grayscale: #ABABAB. Windows color (decimal): -13115183 or 13754423. OLE color: 13754423.
HSL color Cylindrical-coordinate representation of color #37E0D1: hue angle of 174.67º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #37E0D1 is Cyan = 0.75, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 55 | 224 | 209 | - |
| CMYK | 0.75 | 0 | 0.07 | 0.12 |
| HSL | 174.67º | 0.73% | 0.55% | - |
| HSV(B) | 174.67º | 0.75% | 0.88% | - |
| XYZ | 39.74 | 58.73 | 69.56 | - |
| YUV | 171.76 | 149.01 | 44.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 224 | 209 | 0.75 | 0 | 0.07 | 0.12 | 174.67 | 0.73 | 0.55 |
| Hex | 37 | E0 | D1 | 4B | 0 | 7 | C | AF | 49 | 37 |
| Octal | 67 | 340 | 321 | 113 | 0 | 7 | 14 | 257 | 111 | 67 |
| Binary | 110111 | 11100000 | 11010001 | 1001011 | 0 | 111 | 1100 | 10101111 | 1001001 | 110111 |
Color Harmonies of #37E0D1
Complementary color
Monochromatic Colors of #37E0D1
Black with #37E0D1
Text Example
Text Example
White with #37E0D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37E0D1; }
p { color: rgb(55,224,209); }
H1.HeaderClassName
{
color: #37E0D1;
}
.AnyTagClassName
{
color: #37E0D1;
}
</style>
background-color css
<style>
a { background-color: #37E0D1; }
a { background-color: rgb(55,224,209); }
div.DivClassName
{
background-color: #37E0D1;
}
.BgClassName
{
background-color: #37E0D1;
}
</style>
border-color css
<style>
span { border-color: #37E0D1; }
span { border-color: rgb(55,224,209); }
td.TdClassName
{
border-color: #37E0D1;
}
.TagClassName
{
border-color: #37E0D1;
}
</style>