Shades of Turquoise #37EFD9
Tints of Turquoise #37EFD9
RGB
CMYK
RGB Variations
Color information
#37EFD9 (or 0x37EFD9) is known color: Turquoise. HEX triplet: 37, EF and D9. RGB value is (55,239,217). Sum of RGB (Red+Green+Blue) = 55+239+217=511 (67% of max value = 765). Red value is 55 (21.88% from 255 or 10.76% from 511); Green value is 239 (93.75% from 255 or 46.77% from 511); Blue value is 217 (85.16% from 255 or 42.47% from 511); Max value from RGB is 239 - color contains mainly: green. Hex color #37EFD9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #37EFD9 is #C81026. Grayscale: #B5B5B5. Windows color (decimal): -13111335 or 14282551. OLE color: 14282551.
HSL color Cylindrical-coordinate representation of color #37EFD9: hue angle of 172.83º 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 #37EFD9 is Cyan = 0.77, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 55 | 239 | 217 | - |
| CMYK | 0.77 | 0 | 0.09 | 0.06 |
| HSL | 172.83º | 0.85% | 0.58% | - |
| HSV(B) | 172.83º | 0.77% | 0.94% | - |
| XYZ | 44.97 | 67.55 | 76.32 | - |
| YUV | 181.48 | 148.04 | 37.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 239 | 217 | 0.77 | 0 | 0.09 | 0.06 | 172.83 | 0.85 | 0.58 |
| Hex | 37 | EF | D9 | 4D | 0 | 9 | 6 | AD | 55 | 3A |
| Octal | 67 | 357 | 331 | 115 | 0 | 11 | 6 | 255 | 125 | 72 |
| Binary | 110111 | 11101111 | 11011001 | 1001101 | 0 | 1001 | 110 | 10101101 | 1010101 | 111010 |
Color Harmonies of #37EFD9
Complementary color
Monochromatic Colors of #37EFD9
Black with #37EFD9
Text Example
Text Example
White with #37EFD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37EFD9; }
p { color: rgb(55,239,217); }
H1.HeaderClassName
{
color: #37EFD9;
}
.AnyTagClassName
{
color: #37EFD9;
}
</style>
background-color css
<style>
a { background-color: #37EFD9; }
a { background-color: rgb(55,239,217); }
div.DivClassName
{
background-color: #37EFD9;
}
.BgClassName
{
background-color: #37EFD9;
}
</style>
border-color css
<style>
span { border-color: #37EFD9; }
span { border-color: rgb(55,239,217); }
td.TdClassName
{
border-color: #37EFD9;
}
.TagClassName
{
border-color: #37EFD9;
}
</style>