Shades of Turquoise #37E3CA
Tints of Turquoise #37E3CA
RGB
CMYK
RGB Variations
Color information
#37E3CA (or 0x37E3CA) is known color: Turquoise. HEX triplet: 37, E3 and CA. RGB value is (55,227,202). Sum of RGB (Red+Green+Blue) = 55+227+202=484 (64% of max value = 765). Red value is 55 (21.88% from 255 or 11.36% from 484); Green value is 227 (89.06% from 255 or 46.90% from 484); Blue value is 202 (79.30% from 255 or 41.74% from 484); Max value from RGB is 227 - color contains mainly: green. Hex color #37E3CA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37E3CA is #C81C35. Grayscale: #ACACAC. Windows color (decimal): -13114422 or 13296439. OLE color: 13296439.
HSL color Cylindrical-coordinate representation of color #37E3CA: hue angle of 171.28º 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 #37E3CA is Cyan = 0.76, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 55 | 227 | 202 | - |
| CMYK | 0.76 | 0 | 0.11 | 0.11 |
| HSL | 171.28º | 0.75% | 0.55% | - |
| HSV(B) | 171.28º | 0.76% | 0.89% | - |
| XYZ | 39.71 | 60.01 | 65.37 | - |
| YUV | 172.72 | 144.52 | 44.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 227 | 202 | 0.76 | 0 | 0.11 | 0.11 | 171.28 | 0.75 | 0.55 |
| Hex | 37 | E3 | CA | 4C | 0 | B | B | AB | 4B | 37 |
| Octal | 67 | 343 | 312 | 114 | 0 | 13 | 13 | 253 | 113 | 67 |
| Binary | 110111 | 11100011 | 11001010 | 1001100 | 0 | 1011 | 1011 | 10101011 | 1001011 | 110111 |
Color Harmonies of #37E3CA
Complementary color
Monochromatic Colors of #37E3CA
Black with #37E3CA
Text Example
Text Example
White with #37E3CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37E3CA; }
p { color: rgb(55,227,202); }
H1.HeaderClassName
{
color: #37E3CA;
}
.AnyTagClassName
{
color: #37E3CA;
}
</style>
background-color css
<style>
a { background-color: #37E3CA; }
a { background-color: rgb(55,227,202); }
div.DivClassName
{
background-color: #37E3CA;
}
.BgClassName
{
background-color: #37E3CA;
}
</style>
border-color css
<style>
span { border-color: #37E3CA; }
span { border-color: rgb(55,227,202); }
td.TdClassName
{
border-color: #37E3CA;
}
.TagClassName
{
border-color: #37E3CA;
}
</style>