Shades of Turquoise #37EFBD
Tints of Turquoise #37EFBD
RGB
CMYK
RGB Variations
Color information
#37EFBD (or 0x37EFBD) is known color: Turquoise. HEX triplet: 37, EF and BD. RGB value is (55,239,189). Sum of RGB (Red+Green+Blue) = 55+239+189=483 (63% of max value = 765). Red value is 55 (21.88% from 255 or 11.39% from 483); Green value is 239 (93.75% from 255 or 49.48% from 483); Blue value is 189 (74.22% from 255 or 39.13% from 483); Max value from RGB is 239 - color contains mainly: green. Hex color #37EFBD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #37EFBD is #C81042. Grayscale: #B2B2B2. Windows color (decimal): -13111363 or 12447543. OLE color: 12447543.
HSL color Cylindrical-coordinate representation of color #37EFBD: hue angle of 163.7º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #37EFBD is Cyan = 0.77, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 55 | 239 | 189 | - |
| CMYK | 0.77 | 0 | 0.21 | 0.06 |
| HSL | 163.7º | 0.85% | 0.58% | - |
| HSV(B) | 163.7º | 0.77% | 0.94% | - |
| XYZ | 41.63 | 66.22 | 58.73 | - |
| YUV | 178.28 | 134.04 | 40.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 239 | 189 | 0.77 | 0 | 0.21 | 0.06 | 163.7 | 0.85 | 0.58 |
| Hex | 37 | EF | BD | 4D | 0 | 15 | 6 | A4 | 55 | 3A |
| Octal | 67 | 357 | 275 | 115 | 0 | 25 | 6 | 244 | 125 | 72 |
| Binary | 110111 | 11101111 | 10111101 | 1001101 | 0 | 10101 | 110 | 10100100 | 1010101 | 111010 |
Color Harmonies of #37EFBD
Complementary color
Monochromatic Colors of #37EFBD
Black with #37EFBD
Text Example
Text Example
White with #37EFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37EFBD; }
p { color: rgb(55,239,189); }
H1.HeaderClassName
{
color: #37EFBD;
}
.AnyTagClassName
{
color: #37EFBD;
}
</style>
background-color css
<style>
a { background-color: #37EFBD; }
a { background-color: rgb(55,239,189); }
div.DivClassName
{
background-color: #37EFBD;
}
.BgClassName
{
background-color: #37EFBD;
}
</style>
border-color css
<style>
span { border-color: #37EFBD; }
span { border-color: rgb(55,239,189); }
td.TdClassName
{
border-color: #37EFBD;
}
.TagClassName
{
border-color: #37EFBD;
}
</style>