Shades of Turquoise #37E5DA
Tints of Turquoise #37E5DA
RGB
CMYK
RGB Variations
Color information
#37E5DA (or 0x37E5DA) is known color: Turquoise. HEX triplet: 37, E5 and DA. RGB value is (55,229,218). Sum of RGB (Red+Green+Blue) = 55+229+218=502 (66% of max value = 765). Red value is 55 (21.88% from 255 or 10.96% from 502); Green value is 229 (89.84% from 255 or 45.62% from 502); Blue value is 218 (85.55% from 255 or 43.43% from 502); Max value from RGB is 229 - color contains mainly: green. Hex color #37E5DA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37E5DA is #C81A25. Grayscale: #AFAFAF. Windows color (decimal): -13113894 or 14345527. OLE color: 14345527.
HSL color Cylindrical-coordinate representation of color #37E5DA: hue angle of 176.21º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #37E5DA is Cyan = 0.76, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 55 | 229 | 218 | - |
| CMYK | 0.76 | 0 | 0.05 | 0.10 |
| HSL | 176.21º | 0.77% | 0.56% | - |
| HSV(B) | 176.21º | 0.76% | 0.9% | - |
| XYZ | 42.25 | 61.91 | 76.05 | - |
| YUV | 175.72 | 151.85 | 41.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 229 | 218 | 0.76 | 0 | 0.05 | 0.10 | 176.21 | 0.77 | 0.56 |
| Hex | 37 | E5 | DA | 4C | 0 | 5 | A | B0 | 4D | 38 |
| Octal | 67 | 345 | 332 | 114 | 0 | 5 | 12 | 260 | 115 | 70 |
| Binary | 110111 | 11100101 | 11011010 | 1001100 | 0 | 101 | 1010 | 10110000 | 1001101 | 111000 |
Color Harmonies of #37E5DA
Complementary color
Monochromatic Colors of #37E5DA
Black with #37E5DA
Text Example
Text Example
White with #37E5DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37E5DA; }
p { color: rgb(55,229,218); }
H1.HeaderClassName
{
color: #37E5DA;
}
.AnyTagClassName
{
color: #37E5DA;
}
</style>
background-color css
<style>
a { background-color: #37E5DA; }
a { background-color: rgb(55,229,218); }
div.DivClassName
{
background-color: #37E5DA;
}
.BgClassName
{
background-color: #37E5DA;
}
</style>
border-color css
<style>
span { border-color: #37E5DA; }
span { border-color: rgb(55,229,218); }
td.TdClassName
{
border-color: #37E5DA;
}
.TagClassName
{
border-color: #37E5DA;
}
</style>