Shades of Turquoise #37EFC2
Tints of Turquoise #37EFC2
RGB
CMYK
RGB Variations
Color information
#37EFC2 (or 0x37EFC2) is known color: Turquoise. HEX triplet: 37, EF and C2. RGB value is (55,239,194). Sum of RGB (Red+Green+Blue) = 55+239+194=488 (64% of max value = 765). Red value is 55 (21.88% from 255 or 11.27% from 488); Green value is 239 (93.75% from 255 or 48.98% from 488); Blue value is 194 (76.17% from 255 or 39.75% from 488); Max value from RGB is 239 - color contains mainly: green. Hex color #37EFC2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #37EFC2 is #C8103D. Grayscale: #B2B2B2. Windows color (decimal): -13111358 or 12775223. OLE color: 12775223.
HSL color Cylindrical-coordinate representation of color #37EFC2: hue angle of 165.33º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #37EFC2 is Cyan = 0.77, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 55 | 239 | 194 | - |
| CMYK | 0.77 | 0 | 0.19 | 0.06 |
| HSL | 165.33º | 0.85% | 0.58% | - |
| HSV(B) | 165.33º | 0.77% | 0.94% | - |
| XYZ | 42.18 | 66.44 | 61.64 | - |
| YUV | 178.85 | 136.54 | 39.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 239 | 194 | 0.77 | 0 | 0.19 | 0.06 | 165.33 | 0.85 | 0.58 |
| Hex | 37 | EF | C2 | 4D | 0 | 13 | 6 | A5 | 55 | 3A |
| Octal | 67 | 357 | 302 | 115 | 0 | 23 | 6 | 245 | 125 | 72 |
| Binary | 110111 | 11101111 | 11000010 | 1001101 | 0 | 10011 | 110 | 10100101 | 1010101 | 111010 |
Color Harmonies of #37EFC2
Complementary color
Monochromatic Colors of #37EFC2
Black with #37EFC2
Text Example
Text Example
White with #37EFC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37EFC2; }
p { color: rgb(55,239,194); }
H1.HeaderClassName
{
color: #37EFC2;
}
.AnyTagClassName
{
color: #37EFC2;
}
</style>
background-color css
<style>
a { background-color: #37EFC2; }
a { background-color: rgb(55,239,194); }
div.DivClassName
{
background-color: #37EFC2;
}
.BgClassName
{
background-color: #37EFC2;
}
</style>
border-color css
<style>
span { border-color: #37EFC2; }
span { border-color: rgb(55,239,194); }
td.TdClassName
{
border-color: #37EFC2;
}
.TagClassName
{
border-color: #37EFC2;
}
</style>