Shades of Turquoise #37FED4
Tints of Turquoise #37FED4
RGB
CMYK
RGB Variations
Color information
#37FED4 (or 0x37FED4) is known color: Turquoise. HEX triplet: 37, FE and D4. RGB value is (55,254,212). Sum of RGB (Red+Green+Blue) = 55+254+212=521 (69% of max value = 765). Red value is 55 (21.88% from 255 or 10.56% from 521); Green value is 254 (99.61% from 255 or 48.75% from 521); Blue value is 212 (83.20% from 255 or 40.69% from 521); Max value from RGB is 254 - color contains mainly: green. Hex color #37FED4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #37FED4 is #C8012B. Grayscale: #BDBDBD. Windows color (decimal): -13107500 or 13958711. OLE color: 13958711.
HSL color Cylindrical-coordinate representation of color #37FED4: hue angle of 167.34º 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 #37FED4 is Cyan = 0.78, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 55 | 254 | 212 | - |
| CMYK | 0.78 | 0 | 0.17 | 0.00 |
| HSL | 167.34º | 0.99% | 0.61% | - |
| HSV(B) | 167.34º | 0.78% | 1% | - |
| XYZ | 48.9 | 76.45 | 74.47 | - |
| YUV | 189.71 | 140.57 | 31.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 254 | 212 | 0.78 | 0 | 0.17 | 0.00 | 167.34 | 0.99 | 0.61 |
| Hex | 37 | FE | D4 | 4E | 0 | 11 | 0 | A7 | 63 | 3D |
| Octal | 67 | 376 | 324 | 116 | 0 | 21 | 0 | 247 | 143 | 75 |
| Binary | 110111 | 11111110 | 11010100 | 1001110 | 0 | 10001 | 0 | 10100111 | 1100011 | 111101 |
Color Harmonies of #37FED4
Complementary color
Monochromatic Colors of #37FED4
Black with #37FED4
Text Example
Text Example
White with #37FED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37FED4; }
p { color: rgb(55,254,212); }
H1.HeaderClassName
{
color: #37FED4;
}
.AnyTagClassName
{
color: #37FED4;
}
</style>
background-color css
<style>
a { background-color: #37FED4; }
a { background-color: rgb(55,254,212); }
div.DivClassName
{
background-color: #37FED4;
}
.BgClassName
{
background-color: #37FED4;
}
</style>
border-color css
<style>
span { border-color: #37FED4; }
span { border-color: rgb(55,254,212); }
td.TdClassName
{
border-color: #37FED4;
}
.TagClassName
{
border-color: #37FED4;
}
</style>