Shades of Turquoise #37EADA
Tints of Turquoise #37EADA
RGB
CMYK
RGB Variations
Color information
#37EADA (or 0x37EADA) is known color: Turquoise. HEX triplet: 37, EA and DA. RGB value is (55,234,218). Sum of RGB (Red+Green+Blue) = 55+234+218=507 (67% of max value = 765). Red value is 55 (21.88% from 255 or 10.85% from 507); Green value is 234 (91.80% from 255 or 46.15% from 507); Blue value is 218 (85.55% from 255 or 43.00% from 507); Max value from RGB is 234 - color contains mainly: green. Hex color #37EADA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #37EADA is #C81525. Grayscale: #B2B2B2. Windows color (decimal): -13112614 or 14346807. OLE color: 14346807.
HSL color Cylindrical-coordinate representation of color #37EADA: hue angle of 174.64º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #37EADA is Cyan = 0.76, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 55 | 234 | 218 | - |
| CMYK | 0.76 | 0 | 0.07 | 0.08 |
| HSL | 174.64º | 0.81% | 0.57% | - |
| HSV(B) | 174.64º | 0.76% | 0.92% | - |
| XYZ | 43.65 | 64.72 | 76.52 | - |
| YUV | 178.66 | 150.2 | 39.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 234 | 218 | 0.76 | 0 | 0.07 | 0.08 | 174.64 | 0.81 | 0.57 |
| Hex | 37 | EA | DA | 4C | 0 | 7 | 8 | AF | 51 | 39 |
| Octal | 67 | 352 | 332 | 114 | 0 | 7 | 10 | 257 | 121 | 71 |
| Binary | 110111 | 11101010 | 11011010 | 1001100 | 0 | 111 | 1000 | 10101111 | 1010001 | 111001 |
Color Harmonies of #37EADA
Complementary color
Monochromatic Colors of #37EADA
Black with #37EADA
Text Example
Text Example
White with #37EADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37EADA; }
p { color: rgb(55,234,218); }
H1.HeaderClassName
{
color: #37EADA;
}
.AnyTagClassName
{
color: #37EADA;
}
</style>
background-color css
<style>
a { background-color: #37EADA; }
a { background-color: rgb(55,234,218); }
div.DivClassName
{
background-color: #37EADA;
}
.BgClassName
{
background-color: #37EADA;
}
</style>
border-color css
<style>
span { border-color: #37EADA; }
span { border-color: rgb(55,234,218); }
td.TdClassName
{
border-color: #37EADA;
}
.TagClassName
{
border-color: #37EADA;
}
</style>