Shades of Turquoise #37FEDC
Tints of Turquoise #37FEDC
RGB
CMYK
RGB Variations
Color information
#37FEDC (or 0x37FEDC) is known color: Turquoise. HEX triplet: 37, FE and DC. RGB value is (55,254,220). Sum of RGB (Red+Green+Blue) = 55+254+220=529 (70% of max value = 765). Red value is 55 (21.88% from 255 or 10.40% from 529); Green value is 254 (99.61% from 255 or 48.02% from 529); Blue value is 220 (86.33% from 255 or 41.59% from 529); Max value from RGB is 254 - color contains mainly: green. Hex color #37FEDC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #37FEDC is #C80123. Grayscale: #BEBEBE. Windows color (decimal): -13107492 or 14482999. OLE color: 14482999.
HSL color Cylindrical-coordinate representation of color #37FEDC: hue angle of 169.75º 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 #37FEDC is Cyan = 0.78, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 55 | 254 | 220 | - |
| CMYK | 0.78 | 0 | 0.13 | 0.00 |
| HSL | 169.75º | 0.99% | 0.61% | - |
| HSV(B) | 169.75º | 0.78% | 1% | - |
| XYZ | 49.94 | 76.86 | 79.91 | - |
| YUV | 190.62 | 144.57 | 31.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 254 | 220 | 0.78 | 0 | 0.13 | 0.00 | 169.75 | 0.99 | 0.61 |
| Hex | 37 | FE | DC | 4E | 0 | D | 0 | AA | 63 | 3D |
| Octal | 67 | 376 | 334 | 116 | 0 | 15 | 0 | 252 | 143 | 75 |
| Binary | 110111 | 11111110 | 11011100 | 1001110 | 0 | 1101 | 0 | 10101010 | 1100011 | 111101 |
Color Harmonies of #37FEDC
Complementary color
Monochromatic Colors of #37FEDC
Black with #37FEDC
Text Example
Text Example
White with #37FEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37FEDC; }
p { color: rgb(55,254,220); }
H1.HeaderClassName
{
color: #37FEDC;
}
.AnyTagClassName
{
color: #37FEDC;
}
</style>
background-color css
<style>
a { background-color: #37FEDC; }
a { background-color: rgb(55,254,220); }
div.DivClassName
{
background-color: #37FEDC;
}
.BgClassName
{
background-color: #37FEDC;
}
</style>
border-color css
<style>
span { border-color: #37FEDC; }
span { border-color: rgb(55,254,220); }
td.TdClassName
{
border-color: #37FEDC;
}
.TagClassName
{
border-color: #37FEDC;
}
</style>