Shades of Turquoise #37FDBD
Tints of Turquoise #37FDBD
RGB
CMYK
RGB Variations
Color information
#37FDBD (or 0x37FDBD) is known color: Turquoise. HEX triplet: 37, FD and BD. RGB value is (55,253,189). Sum of RGB (Red+Green+Blue) = 55+253+189=497 (65% of max value = 765). Red value is 55 (21.88% from 255 or 11.07% from 497); Green value is 253 (99.22% from 255 or 50.91% from 497); Blue value is 189 (74.22% from 255 or 38.03% from 497); Max value from RGB is 253 - color contains mainly: green. Hex color #37FDBD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #37FDBD is #C80242. Grayscale: #BABABA. Windows color (decimal): -13107779 or 12451127. OLE color: 12451127.
HSL color Cylindrical-coordinate representation of color #37FDBD: hue angle of 160.61º 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 #37FDBD is Cyan = 0.78, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 55 | 253 | 189 | - |
| CMYK | 0.78 | 0 | 0.25 | 0.01 |
| HSL | 160.61º | 0.98% | 0.6% | - |
| HSV(B) | 160.61º | 0.78% | 0.99% | - |
| XYZ | 45.89 | 74.74 | 60.15 | - |
| YUV | 186.5 | 129.4 | 34.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 253 | 189 | 0.78 | 0 | 0.25 | 0.01 | 160.61 | 0.98 | 0.6 |
| Hex | 37 | FD | BD | 4E | 0 | 19 | 1 | A1 | 62 | 3C |
| Octal | 67 | 375 | 275 | 116 | 0 | 31 | 1 | 241 | 142 | 74 |
| Binary | 110111 | 11111101 | 10111101 | 1001110 | 0 | 11001 | 1 | 10100001 | 1100010 | 111100 |
Color Harmonies of #37FDBD
Complementary color
Monochromatic Colors of #37FDBD
Black with #37FDBD
Text Example
Text Example
White with #37FDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37FDBD; }
p { color: rgb(55,253,189); }
H1.HeaderClassName
{
color: #37FDBD;
}
.AnyTagClassName
{
color: #37FDBD;
}
</style>
background-color css
<style>
a { background-color: #37FDBD; }
a { background-color: rgb(55,253,189); }
div.DivClassName
{
background-color: #37FDBD;
}
.BgClassName
{
background-color: #37FDBD;
}
</style>
border-color css
<style>
span { border-color: #37FDBD; }
span { border-color: rgb(55,253,189); }
td.TdClassName
{
border-color: #37FDBD;
}
.TagClassName
{
border-color: #37FDBD;
}
</style>