Shades of Turquoise #37EACF
Tints of Turquoise #37EACF
RGB
CMYK
RGB Variations
Color information
#37EACF (or 0x37EACF) is known color: Turquoise. HEX triplet: 37, EA and CF. RGB value is (55,234,207). Sum of RGB (Red+Green+Blue) = 55+234+207=496 (65% of max value = 765). Red value is 55 (21.88% from 255 or 11.09% from 496); Green value is 234 (91.80% from 255 or 47.18% from 496); Blue value is 207 (81.25% from 255 or 41.73% from 496); Max value from RGB is 234 - color contains mainly: green. Hex color #37EACF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #37EACF is #C81530. Grayscale: #B1B1B1. Windows color (decimal): -13112625 or 13625911. OLE color: 13625911.
HSL color Cylindrical-coordinate representation of color #37EACF: hue angle of 170.95º 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 #37EACF is Cyan = 0.76, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 55 | 234 | 207 | - |
| CMYK | 0.76 | 0 | 0.12 | 0.08 |
| HSL | 170.95º | 0.81% | 0.57% | - |
| HSV(B) | 170.95º | 0.76% | 0.92% | - |
| XYZ | 42.26 | 64.16 | 69.19 | - |
| YUV | 177.4 | 144.7 | 40.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 234 | 207 | 0.76 | 0 | 0.12 | 0.08 | 170.95 | 0.81 | 0.57 |
| Hex | 37 | EA | CF | 4C | 0 | C | 8 | AB | 51 | 39 |
| Octal | 67 | 352 | 317 | 114 | 0 | 14 | 10 | 253 | 121 | 71 |
| Binary | 110111 | 11101010 | 11001111 | 1001100 | 0 | 1100 | 1000 | 10101011 | 1010001 | 111001 |
Color Harmonies of #37EACF
Complementary color
Monochromatic Colors of #37EACF
Black with #37EACF
Text Example
Text Example
White with #37EACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37EACF; }
p { color: rgb(55,234,207); }
H1.HeaderClassName
{
color: #37EACF;
}
.AnyTagClassName
{
color: #37EACF;
}
</style>
background-color css
<style>
a { background-color: #37EACF; }
a { background-color: rgb(55,234,207); }
div.DivClassName
{
background-color: #37EACF;
}
.BgClassName
{
background-color: #37EACF;
}
</style>
border-color css
<style>
span { border-color: #37EACF; }
span { border-color: rgb(55,234,207); }
td.TdClassName
{
border-color: #37EACF;
}
.TagClassName
{
border-color: #37EACF;
}
</style>