Shades of Turquoise #37FEC4
Tints of Turquoise #37FEC4
RGB
CMYK
RGB Variations
Color information
#37FEC4 (or 0x37FEC4) is known color: Turquoise. HEX triplet: 37, FE and C4. RGB value is (55,254,196). Sum of RGB (Red+Green+Blue) = 55+254+196=505 (66% of max value = 765). Red value is 55 (21.88% from 255 or 10.89% from 505); Green value is 254 (99.61% from 255 or 50.30% from 505); Blue value is 196 (76.95% from 255 or 38.81% from 505); Max value from RGB is 254 - color contains mainly: green. Hex color #37FEC4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #37FEC4 is #C8013B. Grayscale: #BBBBBB. Windows color (decimal): -13107516 or 12910135. OLE color: 12910135.
HSL color Cylindrical-coordinate representation of color #37FEC4: hue angle of 162.51º 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 #37FEC4 is Cyan = 0.78, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 55 | 254 | 196 | - |
| CMYK | 0.78 | 0 | 0.23 | 0.00 |
| HSL | 162.51º | 0.99% | 0.61% | - |
| HSV(B) | 162.51º | 0.78% | 1% | - |
| XYZ | 46.98 | 75.68 | 64.36 | - |
| YUV | 187.89 | 132.57 | 33.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 254 | 196 | 0.78 | 0 | 0.23 | 0.00 | 162.51 | 0.99 | 0.61 |
| Hex | 37 | FE | C4 | 4E | 0 | 17 | 0 | A3 | 63 | 3D |
| Octal | 67 | 376 | 304 | 116 | 0 | 27 | 0 | 243 | 143 | 75 |
| Binary | 110111 | 11111110 | 11000100 | 1001110 | 0 | 10111 | 0 | 10100011 | 1100011 | 111101 |
Color Harmonies of #37FEC4
Complementary color
Monochromatic Colors of #37FEC4
Black with #37FEC4
Text Example
Text Example
White with #37FEC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37FEC4; }
p { color: rgb(55,254,196); }
H1.HeaderClassName
{
color: #37FEC4;
}
.AnyTagClassName
{
color: #37FEC4;
}
</style>
background-color css
<style>
a { background-color: #37FEC4; }
a { background-color: rgb(55,254,196); }
div.DivClassName
{
background-color: #37FEC4;
}
.BgClassName
{
background-color: #37FEC4;
}
</style>
border-color css
<style>
span { border-color: #37FEC4; }
span { border-color: rgb(55,254,196); }
td.TdClassName
{
border-color: #37FEC4;
}
.TagClassName
{
border-color: #37FEC4;
}
</style>