Shades of Turquoise #37E3DA
Tints of Turquoise #37E3DA
RGB
CMYK
RGB Variations
Color information
#37E3DA (or 0x37E3DA) is known color: Turquoise. HEX triplet: 37, E3 and DA. RGB value is (55,227,218). Sum of RGB (Red+Green+Blue) = 55+227+218=500 (66% of max value = 765). Red value is 55 (21.88% from 255 or 11% from 500); Green value is 227 (89.06% from 255 or 45.4% from 500); Blue value is 218 (85.55% from 255 or 43.6% from 500); Max value from RGB is 227 - color contains mainly: green. Hex color #37E3DA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37E3DA is #C81C25. Grayscale: #AEAEAE. Windows color (decimal): -13114406 or 14345015. OLE color: 14345015.
HSL color Cylindrical-coordinate representation of color #37E3DA: hue angle of 176.86º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #37E3DA is Cyan = 0.76, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 55 | 227 | 218 | - |
| CMYK | 0.76 | 0 | 0.04 | 0.11 |
| HSL | 176.86º | 0.75% | 0.55% | - |
| HSV(B) | 176.86º | 0.76% | 0.89% | - |
| XYZ | 41.7 | 60.81 | 75.87 | - |
| YUV | 174.55 | 152.52 | 42.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 227 | 218 | 0.76 | 0 | 0.04 | 0.11 | 176.86 | 0.75 | 0.55 |
| Hex | 37 | E3 | DA | 4C | 0 | 4 | B | B1 | 4B | 37 |
| Octal | 67 | 343 | 332 | 114 | 0 | 4 | 13 | 261 | 113 | 67 |
| Binary | 110111 | 11100011 | 11011010 | 1001100 | 0 | 100 | 1011 | 10110001 | 1001011 | 110111 |
Color Harmonies of #37E3DA
Complementary color
Monochromatic Colors of #37E3DA
Black with #37E3DA
Text Example
Text Example
White with #37E3DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37E3DA; }
p { color: rgb(55,227,218); }
H1.HeaderClassName
{
color: #37E3DA;
}
.AnyTagClassName
{
color: #37E3DA;
}
</style>
background-color css
<style>
a { background-color: #37E3DA; }
a { background-color: rgb(55,227,218); }
div.DivClassName
{
background-color: #37E3DA;
}
.BgClassName
{
background-color: #37E3DA;
}
</style>
border-color css
<style>
span { border-color: #37E3DA; }
span { border-color: rgb(55,227,218); }
td.TdClassName
{
border-color: #37E3DA;
}
.TagClassName
{
border-color: #37E3DA;
}
</style>