Shades of Turquoise #37FDB6
Tints of Turquoise #37FDB6
RGB
CMYK
RGB Variations
Color information
#37FDB6 (or 0x37FDB6) is known color: Turquoise. HEX triplet: 37, FD and B6. RGB value is (55,253,182). Sum of RGB (Red+Green+Blue) = 55+253+182=490 (64% of max value = 765). Red value is 55 (21.88% from 255 or 11.22% from 490); Green value is 253 (99.22% from 255 or 51.63% from 490); Blue value is 182 (71.48% from 255 or 37.14% from 490); Max value from RGB is 253 - color contains mainly: green. Hex color #37FDB6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #37FDB6 is #C80249. Grayscale: #B9B9B9. Windows color (decimal): -13107786 or 11992375. OLE color: 11992375.
HSL color Cylindrical-coordinate representation of color #37FDB6: hue angle of 158.48º degrees, saturation: 0.98, 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 #37FDB6 is Cyan = 0.78, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 55 | 253 | 182 | - |
| CMYK | 0.78 | 0 | 0.28 | 0.01 |
| HSL | 158.48º | 0.98% | 0.6% | - |
| HSV(B) | 158.48º | 0.78% | 0.99% | - |
| XYZ | 45.14 | 74.44 | 56.25 | - |
| YUV | 185.7 | 125.9 | 34.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 253 | 182 | 0.78 | 0 | 0.28 | 0.01 | 158.48 | 0.98 | 0.6 |
| Hex | 37 | FD | B6 | 4E | 0 | 1C | 1 | 9E | 62 | 3C |
| Octal | 67 | 375 | 266 | 116 | 0 | 34 | 1 | 236 | 142 | 74 |
| Binary | 110111 | 11111101 | 10110110 | 1001110 | 0 | 11100 | 1 | 10011110 | 1100010 | 111100 |
Color Harmonies of #37FDB6
Complementary color
Monochromatic Colors of #37FDB6
Black with #37FDB6
Text Example
Text Example
White with #37FDB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37FDB6; }
p { color: rgb(55,253,182); }
H1.HeaderClassName
{
color: #37FDB6;
}
.AnyTagClassName
{
color: #37FDB6;
}
</style>
background-color css
<style>
a { background-color: #37FDB6; }
a { background-color: rgb(55,253,182); }
div.DivClassName
{
background-color: #37FDB6;
}
.BgClassName
{
background-color: #37FDB6;
}
</style>
border-color css
<style>
span { border-color: #37FDB6; }
span { border-color: rgb(55,253,182); }
td.TdClassName
{
border-color: #37FDB6;
}
.TagClassName
{
border-color: #37FDB6;
}
</style>