Shades of Turquoise #37E1EA
Tints of Turquoise #37E1EA
RGB
CMYK
RGB Variations
Color information
#37E1EA (or 0x37E1EA) is known color: Turquoise. HEX triplet: 37, E1 and EA. RGB value is (55,225,234). Sum of RGB (Red+Green+Blue) = 55+225+234=514 (68% of max value = 765). Red value is 55 (21.88% from 255 or 10.70% from 514); Green value is 225 (88.28% from 255 or 43.77% from 514); Blue value is 234 (91.80% from 255 or 45.53% from 514); Max value from RGB is 234 - color contains mainly: blue. Hex color #37E1EA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #37E1EA is #C81E15. Grayscale: #AEAEAE. Windows color (decimal): -13114902 or 15393079. OLE color: 15393079.
HSL color Cylindrical-coordinate representation of color #37E1EA: hue angle of 183.02º 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 #37E1EA is Cyan = 0.76, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 55 | 225 | 234 | - |
| CMYK | 0.76 | 0.04 | 0 | 0.08 |
| HSL | 183.02º | 0.81% | 0.57% | - |
| HSV(B) | 183.02º | 0.76% | 0.92% | - |
| XYZ | 43.35 | 60.6 | 87.25 | - |
| YUV | 175.2 | 161.18 | 42.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 225 | 234 | 0.76 | 0.04 | 0 | 0.08 | 183.02 | 0.81 | 0.57 |
| Hex | 37 | E1 | EA | 4C | 4 | 0 | 8 | B7 | 51 | 39 |
| Octal | 67 | 341 | 352 | 114 | 4 | 0 | 10 | 267 | 121 | 71 |
| Binary | 110111 | 11100001 | 11101010 | 1001100 | 100 | 0 | 1000 | 10110111 | 1010001 | 111001 |
Color Harmonies of #37E1EA
Complementary color
Monochromatic Colors of #37E1EA
Black with #37E1EA
Text Example
Text Example
White with #37E1EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37E1EA; }
p { color: rgb(55,225,234); }
H1.HeaderClassName
{
color: #37E1EA;
}
.AnyTagClassName
{
color: #37E1EA;
}
</style>
background-color css
<style>
a { background-color: #37E1EA; }
a { background-color: rgb(55,225,234); }
div.DivClassName
{
background-color: #37E1EA;
}
.BgClassName
{
background-color: #37E1EA;
}
</style>
border-color css
<style>
span { border-color: #37E1EA; }
span { border-color: rgb(55,225,234); }
td.TdClassName
{
border-color: #37E1EA;
}
.TagClassName
{
border-color: #37E1EA;
}
</style>