Shades of Turquoise #37FBC0
Tints of Turquoise #37FBC0
RGB
CMYK
RGB Variations
Color information
#37FBC0 (or 0x37FBC0) is known color: Turquoise. HEX triplet: 37, FB and C0. RGB value is (55,251,192). Sum of RGB (Red+Green+Blue) = 55+251+192=498 (65% of max value = 765). Red value is 55 (21.88% from 255 or 11.04% from 498); Green value is 251 (98.44% from 255 or 50.40% from 498); Blue value is 192 (75.39% from 255 or 38.55% from 498); Max value from RGB is 251 - color contains mainly: green. Hex color #37FBC0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #37FBC0 is #C8043F. Grayscale: #B9B9B9. Windows color (decimal): -13108288 or 12647223. OLE color: 12647223.
HSL color Cylindrical-coordinate representation of color #37FBC0: hue angle of 161.94º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #37FBC0 is Cyan = 0.78, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 55 | 251 | 192 | - |
| CMYK | 0.78 | 0 | 0.24 | 0.02 |
| HSL | 161.94º | 0.96% | 0.6% | - |
| HSV(B) | 161.94º | 0.78% | 0.98% | - |
| XYZ | 45.59 | 73.61 | 61.68 | - |
| YUV | 185.67 | 131.57 | 34.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 251 | 192 | 0.78 | 0 | 0.24 | 0.02 | 161.94 | 0.96 | 0.6 |
| Hex | 37 | FB | C0 | 4E | 0 | 18 | 2 | A2 | 60 | 3C |
| Octal | 67 | 373 | 300 | 116 | 0 | 30 | 2 | 242 | 140 | 74 |
| Binary | 110111 | 11111011 | 11000000 | 1001110 | 0 | 11000 | 10 | 10100010 | 1100000 | 111100 |
Color Harmonies of #37FBC0
Complementary color
Monochromatic Colors of #37FBC0
Black with #37FBC0
Text Example
Text Example
White with #37FBC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37FBC0; }
p { color: rgb(55,251,192); }
H1.HeaderClassName
{
color: #37FBC0;
}
.AnyTagClassName
{
color: #37FBC0;
}
</style>
background-color css
<style>
a { background-color: #37FBC0; }
a { background-color: rgb(55,251,192); }
div.DivClassName
{
background-color: #37FBC0;
}
.BgClassName
{
background-color: #37FBC0;
}
</style>
border-color css
<style>
span { border-color: #37FBC0; }
span { border-color: rgb(55,251,192); }
td.TdClassName
{
border-color: #37FBC0;
}
.TagClassName
{
border-color: #37FBC0;
}
</style>