Shades of Turquoise #37EEC2
Tints of Turquoise #37EEC2
RGB
CMYK
RGB Variations
Color information
#37EEC2 (or 0x37EEC2) is known color: Turquoise. HEX triplet: 37, EE and C2. RGB value is (55,238,194). Sum of RGB (Red+Green+Blue) = 55+238+194=487 (64% of max value = 765). Red value is 55 (21.88% from 255 or 11.29% from 487); Green value is 238 (93.36% from 255 or 48.87% from 487); Blue value is 194 (76.17% from 255 or 39.84% from 487); Max value from RGB is 238 - color contains mainly: green. Hex color #37EEC2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #37EEC2 is #C8113D. Grayscale: #B2B2B2. Windows color (decimal): -13111614 or 12774967. OLE color: 12774967.
HSL color Cylindrical-coordinate representation of color #37EEC2: hue angle of 165.57º 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 #37EEC2 is Cyan = 0.77, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 55 | 238 | 194 | - |
| CMYK | 0.77 | 0 | 0.18 | 0.07 |
| HSL | 165.57º | 0.84% | 0.57% | - |
| HSV(B) | 165.57º | 0.77% | 0.93% | - |
| XYZ | 41.89 | 65.86 | 61.54 | - |
| YUV | 178.27 | 136.87 | 40.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 238 | 194 | 0.77 | 0 | 0.18 | 0.07 | 165.57 | 0.84 | 0.57 |
| Hex | 37 | EE | C2 | 4D | 0 | 12 | 7 | A6 | 54 | 39 |
| Octal | 67 | 356 | 302 | 115 | 0 | 22 | 7 | 246 | 124 | 71 |
| Binary | 110111 | 11101110 | 11000010 | 1001101 | 0 | 10010 | 111 | 10100110 | 1010100 | 111001 |
Color Harmonies of #37EEC2
Complementary color
Monochromatic Colors of #37EEC2
Black with #37EEC2
Text Example
Text Example
White with #37EEC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37EEC2; }
p { color: rgb(55,238,194); }
H1.HeaderClassName
{
color: #37EEC2;
}
.AnyTagClassName
{
color: #37EEC2;
}
</style>
background-color css
<style>
a { background-color: #37EEC2; }
a { background-color: rgb(55,238,194); }
div.DivClassName
{
background-color: #37EEC2;
}
.BgClassName
{
background-color: #37EEC2;
}
</style>
border-color css
<style>
span { border-color: #37EEC2; }
span { border-color: rgb(55,238,194); }
td.TdClassName
{
border-color: #37EEC2;
}
.TagClassName
{
border-color: #37EEC2;
}
</style>