Shades of Turquoise #37FEC0
Tints of Turquoise #37FEC0
RGB
CMYK
RGB Variations
Color information
#37FEC0 (or 0x37FEC0) is known color: Turquoise. HEX triplet: 37, FE and C0. RGB value is (55,254,192). Sum of RGB (Red+Green+Blue) = 55+254+192=501 (66% of max value = 765). Red value is 55 (21.88% from 255 or 10.98% from 501); Green value is 254 (99.61% from 255 or 50.70% from 501); Blue value is 192 (75.39% from 255 or 38.32% from 501); Max value from RGB is 254 - color contains mainly: green. Hex color #37FEC0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #37FEC0 is #C8013F. Grayscale: #BBBBBB. Windows color (decimal): -13107520 or 12647991. OLE color: 12647991.
HSL color Cylindrical-coordinate representation of color #37FEC0: hue angle of 161.31º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #37FEC0 is Cyan = 0.78, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 55 | 254 | 192 | - |
| CMYK | 0.78 | 0 | 0.24 | 0.00 |
| HSL | 161.31º | 0.99% | 0.61% | - |
| HSV(B) | 161.31º | 0.78% | 1% | - |
| XYZ | 46.53 | 75.5 | 61.99 | - |
| YUV | 187.43 | 130.57 | 33.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 254 | 192 | 0.78 | 0 | 0.24 | 0.00 | 161.31 | 0.99 | 0.61 |
| Hex | 37 | FE | C0 | 4E | 0 | 18 | 0 | A1 | 63 | 3D |
| Octal | 67 | 376 | 300 | 116 | 0 | 30 | 0 | 241 | 143 | 75 |
| Binary | 110111 | 11111110 | 11000000 | 1001110 | 0 | 11000 | 0 | 10100001 | 1100011 | 111101 |
Color Harmonies of #37FEC0
Complementary color
Monochromatic Colors of #37FEC0
Black with #37FEC0
Text Example
Text Example
White with #37FEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37FEC0; }
p { color: rgb(55,254,192); }
H1.HeaderClassName
{
color: #37FEC0;
}
.AnyTagClassName
{
color: #37FEC0;
}
</style>
background-color css
<style>
a { background-color: #37FEC0; }
a { background-color: rgb(55,254,192); }
div.DivClassName
{
background-color: #37FEC0;
}
.BgClassName
{
background-color: #37FEC0;
}
</style>
border-color css
<style>
span { border-color: #37FEC0; }
span { border-color: rgb(55,254,192); }
td.TdClassName
{
border-color: #37FEC0;
}
.TagClassName
{
border-color: #37FEC0;
}
</style>