Shades of Turquoise #37EED1
Tints of Turquoise #37EED1
RGB
CMYK
RGB Variations
Color information
#37EED1 (or 0x37EED1) is known color: Turquoise. HEX triplet: 37, EE and D1. RGB value is (55,238,209). Sum of RGB (Red+Green+Blue) = 55+238+209=502 (66% of max value = 765). Red value is 55 (21.88% from 255 or 10.96% from 502); Green value is 238 (93.36% from 255 or 47.41% from 502); Blue value is 209 (82.03% from 255 or 41.63% from 502); Max value from RGB is 238 - color contains mainly: green. Hex color #37EED1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #37EED1 is #C8112E. Grayscale: #B3B3B3. Windows color (decimal): -13111599 or 13758007. OLE color: 13758007.
HSL color Cylindrical-coordinate representation of color #37EED1: hue angle of 170.49º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #37EED1 is Cyan = 0.77, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 55 | 238 | 209 | - |
| CMYK | 0.77 | 0 | 0.12 | 0.07 |
| HSL | 170.49º | 0.84% | 0.57% | - |
| HSV(B) | 170.49º | 0.77% | 0.93% | - |
| XYZ | 43.66 | 66.56 | 70.87 | - |
| YUV | 179.98 | 144.37 | 38.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 238 | 209 | 0.77 | 0 | 0.12 | 0.07 | 170.49 | 0.84 | 0.57 |
| Hex | 37 | EE | D1 | 4D | 0 | C | 7 | AA | 54 | 39 |
| Octal | 67 | 356 | 321 | 115 | 0 | 14 | 7 | 252 | 124 | 71 |
| Binary | 110111 | 11101110 | 11010001 | 1001101 | 0 | 1100 | 111 | 10101010 | 1010100 | 111001 |
Color Harmonies of #37EED1
Complementary color
Monochromatic Colors of #37EED1
Black with #37EED1
Text Example
Text Example
White with #37EED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37EED1; }
p { color: rgb(55,238,209); }
H1.HeaderClassName
{
color: #37EED1;
}
.AnyTagClassName
{
color: #37EED1;
}
</style>
background-color css
<style>
a { background-color: #37EED1; }
a { background-color: rgb(55,238,209); }
div.DivClassName
{
background-color: #37EED1;
}
.BgClassName
{
background-color: #37EED1;
}
</style>
border-color css
<style>
span { border-color: #37EED1; }
span { border-color: rgb(55,238,209); }
td.TdClassName
{
border-color: #37EED1;
}
.TagClassName
{
border-color: #37EED1;
}
</style>