Shades of Turquoise #37F4D0
Tints of Turquoise #37F4D0
RGB
CMYK
RGB Variations
Color information
#37F4D0 (or 0x37F4D0) is known color: Turquoise. HEX triplet: 37, F4 and D0. RGB value is (55,244,208). Sum of RGB (Red+Green+Blue) = 55+244+208=507 (67% of max value = 765). Red value is 55 (21.88% from 255 or 10.85% from 507); Green value is 244 (95.70% from 255 or 48.13% from 507); Blue value is 208 (81.64% from 255 or 41.03% from 507); Max value from RGB is 244 - color contains mainly: green. Hex color #37F4D0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #37F4D0 is #C80B2F. Grayscale: #B7B7B7. Windows color (decimal): -13110064 or 13694007. OLE color: 13694007.
HSL color Cylindrical-coordinate representation of color #37F4D0: hue angle of 168.57º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #37F4D0 is Cyan = 0.77, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 55 | 244 | 208 | - |
| CMYK | 0.77 | 0 | 0.15 | 0.04 |
| HSL | 168.57º | 0.9% | 0.59% | - |
| HSV(B) | 168.57º | 0.77% | 0.96% | - |
| XYZ | 45.31 | 70.07 | 70.81 | - |
| YUV | 183.39 | 141.88 | 36.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 244 | 208 | 0.77 | 0 | 0.15 | 0.04 | 168.57 | 0.9 | 0.59 |
| Hex | 37 | F4 | D0 | 4D | 0 | F | 4 | A9 | 5A | 3B |
| Octal | 67 | 364 | 320 | 115 | 0 | 17 | 4 | 251 | 132 | 73 |
| Binary | 110111 | 11110100 | 11010000 | 1001101 | 0 | 1111 | 100 | 10101001 | 1011010 | 111011 |
Color Harmonies of #37F4D0
Complementary color
Monochromatic Colors of #37F4D0
Black with #37F4D0
Text Example
Text Example
White with #37F4D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37F4D0; }
p { color: rgb(55,244,208); }
H1.HeaderClassName
{
color: #37F4D0;
}
.AnyTagClassName
{
color: #37F4D0;
}
</style>
background-color css
<style>
a { background-color: #37F4D0; }
a { background-color: rgb(55,244,208); }
div.DivClassName
{
background-color: #37F4D0;
}
.BgClassName
{
background-color: #37F4D0;
}
</style>
border-color css
<style>
span { border-color: #37F4D0; }
span { border-color: rgb(55,244,208); }
td.TdClassName
{
border-color: #37F4D0;
}
.TagClassName
{
border-color: #37F4D0;
}
</style>