Shades of Turquoise #37FCC1
Tints of Turquoise #37FCC1
RGB
CMYK
RGB Variations
Color information
#37FCC1 (or 0x37FCC1) is known color: Turquoise. HEX triplet: 37, FC and C1. RGB value is (55,252,193). Sum of RGB (Red+Green+Blue) = 55+252+193=500 (66% of max value = 765). Red value is 55 (21.88% from 255 or 11% from 500); Green value is 252 (98.83% from 255 or 50.4% from 500); Blue value is 193 (75.78% from 255 or 38.6% from 500); Max value from RGB is 252 - color contains mainly: green. Hex color #37FCC1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #37FCC1 is #C8033E. Grayscale: #BABABA. Windows color (decimal): -13108031 or 12713015. OLE color: 12713015.
HSL color Cylindrical-coordinate representation of color #37FCC1: hue angle of 162.03º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #37FCC1 is Cyan = 0.78, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 55 | 252 | 193 | - |
| CMYK | 0.78 | 0 | 0.23 | 0.01 |
| HSL | 162.03º | 0.97% | 0.6% | - |
| HSV(B) | 162.03º | 0.78% | 0.99% | - |
| XYZ | 46.01 | 74.28 | 62.37 | - |
| YUV | 186.37 | 131.73 | 34.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 252 | 193 | 0.78 | 0 | 0.23 | 0.01 | 162.03 | 0.97 | 0.6 |
| Hex | 37 | FC | C1 | 4E | 0 | 17 | 1 | A2 | 61 | 3C |
| Octal | 67 | 374 | 301 | 116 | 0 | 27 | 1 | 242 | 141 | 74 |
| Binary | 110111 | 11111100 | 11000001 | 1001110 | 0 | 10111 | 1 | 10100010 | 1100001 | 111100 |
Color Harmonies of #37FCC1
Complementary color
Monochromatic Colors of #37FCC1
Black with #37FCC1
Text Example
Text Example
White with #37FCC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37FCC1; }
p { color: rgb(55,252,193); }
H1.HeaderClassName
{
color: #37FCC1;
}
.AnyTagClassName
{
color: #37FCC1;
}
</style>
background-color css
<style>
a { background-color: #37FCC1; }
a { background-color: rgb(55,252,193); }
div.DivClassName
{
background-color: #37FCC1;
}
.BgClassName
{
background-color: #37FCC1;
}
</style>
border-color css
<style>
span { border-color: #37FCC1; }
span { border-color: rgb(55,252,193); }
td.TdClassName
{
border-color: #37FCC1;
}
.TagClassName
{
border-color: #37FCC1;
}
</style>