Shades of Turquoise #37FCB9
Tints of Turquoise #37FCB9
RGB
CMYK
RGB Variations
Color information
#37FCB9 (or 0x37FCB9) is known color: Turquoise. HEX triplet: 37, FC and B9. RGB value is (55,252,185). Sum of RGB (Red+Green+Blue) = 55+252+185=492 (65% of max value = 765). Red value is 55 (21.88% from 255 or 11.18% from 492); Green value is 252 (98.83% from 255 or 51.22% from 492); Blue value is 185 (72.66% from 255 or 37.60% from 492); Max value from RGB is 252 - color contains mainly: green. Hex color #37FCB9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #37FCB9 is #C80346. Grayscale: #B9B9B9. Windows color (decimal): -13108039 or 12188727. OLE color: 12188727.
HSL color Cylindrical-coordinate representation of color #37FCB9: hue angle of 159.59º 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 #37FCB9 is Cyan = 0.78, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 55 | 252 | 185 | - |
| CMYK | 0.78 | 0 | 0.27 | 0.01 |
| HSL | 159.59º | 0.97% | 0.6% | - |
| HSV(B) | 159.59º | 0.78% | 0.99% | - |
| XYZ | 45.14 | 73.94 | 57.79 | - |
| YUV | 185.46 | 127.73 | 34.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 252 | 185 | 0.78 | 0 | 0.27 | 0.01 | 159.59 | 0.97 | 0.6 |
| Hex | 37 | FC | B9 | 4E | 0 | 1B | 1 | A0 | 61 | 3C |
| Octal | 67 | 374 | 271 | 116 | 0 | 33 | 1 | 240 | 141 | 74 |
| Binary | 110111 | 11111100 | 10111001 | 1001110 | 0 | 11011 | 1 | 10100000 | 1100001 | 111100 |
Color Harmonies of #37FCB9
Complementary color
Monochromatic Colors of #37FCB9
Black with #37FCB9
Text Example
Text Example
White with #37FCB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37FCB9; }
p { color: rgb(55,252,185); }
H1.HeaderClassName
{
color: #37FCB9;
}
.AnyTagClassName
{
color: #37FCB9;
}
</style>
background-color css
<style>
a { background-color: #37FCB9; }
a { background-color: rgb(55,252,185); }
div.DivClassName
{
background-color: #37FCB9;
}
.BgClassName
{
background-color: #37FCB9;
}
</style>
border-color css
<style>
span { border-color: #37FCB9; }
span { border-color: rgb(55,252,185); }
td.TdClassName
{
border-color: #37FCB9;
}
.TagClassName
{
border-color: #37FCB9;
}
</style>