Shades of Turquoise #37FECD
Tints of Turquoise #37FECD
RGB
CMYK
RGB Variations
Color information
#37FECD (or 0x37FECD) is known color: Turquoise. HEX triplet: 37, FE and CD. RGB value is (55,254,205). Sum of RGB (Red+Green+Blue) = 55+254+205=514 (68% of max value = 765). Red value is 55 (21.88% from 255 or 10.70% from 514); Green value is 254 (99.61% from 255 or 49.42% from 514); Blue value is 205 (80.47% from 255 or 39.88% from 514); Max value from RGB is 254 - color contains mainly: green. Hex color #37FECD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #37FECD is #C80132. Grayscale: #BCBCBC. Windows color (decimal): -13107507 or 13499959. OLE color: 13499959.
HSL color Cylindrical-coordinate representation of color #37FECD: hue angle of 165.23º 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 #37FECD is Cyan = 0.78, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 55 | 254 | 205 | - |
| CMYK | 0.78 | 0 | 0.19 | 0.00 |
| HSL | 165.23º | 0.99% | 0.61% | - |
| HSV(B) | 165.23º | 0.78% | 1% | - |
| XYZ | 48.04 | 76.1 | 69.92 | - |
| YUV | 188.91 | 137.07 | 32.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 254 | 205 | 0.78 | 0 | 0.19 | 0.00 | 165.23 | 0.99 | 0.61 |
| Hex | 37 | FE | CD | 4E | 0 | 13 | 0 | A5 | 63 | 3D |
| Octal | 67 | 376 | 315 | 116 | 0 | 23 | 0 | 245 | 143 | 75 |
| Binary | 110111 | 11111110 | 11001101 | 1001110 | 0 | 10011 | 0 | 10100101 | 1100011 | 111101 |
Color Harmonies of #37FECD
Complementary color
Monochromatic Colors of #37FECD
Black with #37FECD
Text Example
Text Example
White with #37FECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37FECD; }
p { color: rgb(55,254,205); }
H1.HeaderClassName
{
color: #37FECD;
}
.AnyTagClassName
{
color: #37FECD;
}
</style>
background-color css
<style>
a { background-color: #37FECD; }
a { background-color: rgb(55,254,205); }
div.DivClassName
{
background-color: #37FECD;
}
.BgClassName
{
background-color: #37FECD;
}
</style>
border-color css
<style>
span { border-color: #37FECD; }
span { border-color: rgb(55,254,205); }
td.TdClassName
{
border-color: #37FECD;
}
.TagClassName
{
border-color: #37FECD;
}
</style>