Shades of Turquoise #37FFEC
Tints of Turquoise #37FFEC
RGB
CMYK
RGB Variations
Color information
#37FFEC (or 0x37FFEC) is known color: Turquoise. HEX triplet: 37, FF and EC. RGB value is (55,255,236). Sum of RGB (Red+Green+Blue) = 55+255+236=546 (72% of max value = 765). Red value is 55 (21.88% from 255 or 10.07% from 546); Green value is 255 (100% from 255 or 46.70% from 546); Blue value is 236 (92.58% from 255 or 43.22% from 546); Max value from RGB is 255 - color contains mainly: green. Hex color #37FFEC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #37FFEC is #C80013. Grayscale: #C0C0C0. Windows color (decimal): -13107220 or 15531831. OLE color: 15531831.
HSL color Cylindrical-coordinate representation of color #37FFEC: hue angle of 174.3º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #37FFEC is Cyan = 0.78, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 55 | 255 | 236 | - |
| CMYK | 0.78 | 0 | 0.07 | 0 |
| HSL | 174.3º | 1% | 0.61% | - |
| HSV(B) | 174.3º | 0.78% | 1% | - |
| XYZ | 52.48 | 78.39 | 91.72 | - |
| YUV | 193.03 | 152.24 | 29.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 255 | 236 | 0.78 | 0 | 0.07 | 0 | 174.3 | 1 | 0.61 |
| Hex | 37 | FF | EC | 4E | 0 | 7 | 0 | AE | 64 | 3D |
| Octal | 67 | 377 | 354 | 116 | 0 | 7 | 0 | 256 | 144 | 75 |
| Binary | 110111 | 11111111 | 11101100 | 1001110 | 0 | 111 | 0 | 10101110 | 1100100 | 111101 |
Color Harmonies of #37FFEC
Complementary color
Monochromatic Colors of #37FFEC
Black with #37FFEC
Text Example
Text Example
White with #37FFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37FFEC; }
p { color: rgb(55,255,236); }
H1.HeaderClassName
{
color: #37FFEC;
}
.AnyTagClassName
{
color: #37FFEC;
}
</style>
background-color css
<style>
a { background-color: #37FFEC; }
a { background-color: rgb(55,255,236); }
div.DivClassName
{
background-color: #37FFEC;
}
.BgClassName
{
background-color: #37FFEC;
}
</style>
border-color css
<style>
span { border-color: #37FFEC; }
span { border-color: rgb(55,255,236); }
td.TdClassName
{
border-color: #37FFEC;
}
.TagClassName
{
border-color: #37FFEC;
}
</style>