Shades of Turquoise #37EED0
Tints of Turquoise #37EED0
RGB
CMYK
RGB Variations
Color information
#37EED0 (or 0x37EED0) is known color: Turquoise. HEX triplet: 37, EE and D0. RGB value is (55,238,208). Sum of RGB (Red+Green+Blue) = 55+238+208=501 (66% of max value = 765). Red value is 55 (21.88% from 255 or 10.98% from 501); Green value is 238 (93.36% from 255 or 47.50% from 501); Blue value is 208 (81.64% from 255 or 41.52% from 501); Max value from RGB is 238 - color contains mainly: green. Hex color #37EED0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #37EED0 is #C8112F. Grayscale: #B3B3B3. Windows color (decimal): -13111600 or 13692471. OLE color: 13692471.
HSL color Cylindrical-coordinate representation of color #37EED0: hue angle of 170.16º 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 #37EED0 is Cyan = 0.77, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 55 | 238 | 208 | - |
| CMYK | 0.77 | 0 | 0.13 | 0.07 |
| HSL | 170.16º | 0.84% | 0.57% | - |
| HSV(B) | 170.16º | 0.77% | 0.93% | - |
| XYZ | 43.54 | 66.52 | 70.22 | - |
| YUV | 179.86 | 143.87 | 38.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 238 | 208 | 0.77 | 0 | 0.13 | 0.07 | 170.16 | 0.84 | 0.57 |
| Hex | 37 | EE | D0 | 4D | 0 | D | 7 | AA | 54 | 39 |
| Octal | 67 | 356 | 320 | 115 | 0 | 15 | 7 | 252 | 124 | 71 |
| Binary | 110111 | 11101110 | 11010000 | 1001101 | 0 | 1101 | 111 | 10101010 | 1010100 | 111001 |
Color Harmonies of #37EED0
Complementary color
Monochromatic Colors of #37EED0
Black with #37EED0
Text Example
Text Example
White with #37EED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37EED0; }
p { color: rgb(55,238,208); }
H1.HeaderClassName
{
color: #37EED0;
}
.AnyTagClassName
{
color: #37EED0;
}
</style>
background-color css
<style>
a { background-color: #37EED0; }
a { background-color: rgb(55,238,208); }
div.DivClassName
{
background-color: #37EED0;
}
.BgClassName
{
background-color: #37EED0;
}
</style>
border-color css
<style>
span { border-color: #37EED0; }
span { border-color: rgb(55,238,208); }
td.TdClassName
{
border-color: #37EED0;
}
.TagClassName
{
border-color: #37EED0;
}
</style>