Shades of Turquoise #37EBED
Tints of Turquoise #37EBED
RGB
CMYK
RGB Variations
Color information
#37EBED (or 0x37EBED) is known color: Turquoise. HEX triplet: 37, EB and ED. RGB value is (55,235,237). Sum of RGB (Red+Green+Blue) = 55+235+237=527 (69% of max value = 765). Red value is 55 (21.88% from 255 or 10.44% from 527); Green value is 235 (92.19% from 255 or 44.59% from 527); Blue value is 237 (92.97% from 255 or 44.97% from 527); Max value from RGB is 237 - color contains mainly: blue. Hex color #37EBED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #37EBED is #C81412. Grayscale: #B5B5B5. Windows color (decimal): -13112339 or 15592247. OLE color: 15592247.
HSL color Cylindrical-coordinate representation of color #37EBED: hue angle of 180.66º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #37EBED is Cyan = 0.77, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 55 | 235 | 237 | - |
| CMYK | 0.77 | 0.01 | 0 | 0.07 |
| HSL | 180.66º | 0.83% | 0.57% | - |
| HSV(B) | 180.66º | 0.77% | 0.93% | - |
| XYZ | 46.57 | 66.34 | 90.47 | - |
| YUV | 181.41 | 159.37 | 37.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 235 | 237 | 0.77 | 0.01 | 0 | 0.07 | 180.66 | 0.83 | 0.57 |
| Hex | 37 | EB | ED | 4D | 1 | 0 | 7 | B5 | 53 | 39 |
| Octal | 67 | 353 | 355 | 115 | 1 | 0 | 7 | 265 | 123 | 71 |
| Binary | 110111 | 11101011 | 11101101 | 1001101 | 1 | 0 | 111 | 10110101 | 1010011 | 111001 |
Color Harmonies of #37EBED
Complementary color
Monochromatic Colors of #37EBED
Black with #37EBED
Text Example
Text Example
White with #37EBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37EBED; }
p { color: rgb(55,235,237); }
H1.HeaderClassName
{
color: #37EBED;
}
.AnyTagClassName
{
color: #37EBED;
}
</style>
background-color css
<style>
a { background-color: #37EBED; }
a { background-color: rgb(55,235,237); }
div.DivClassName
{
background-color: #37EBED;
}
.BgClassName
{
background-color: #37EBED;
}
</style>
border-color css
<style>
span { border-color: #37EBED; }
span { border-color: rgb(55,235,237); }
td.TdClassName
{
border-color: #37EBED;
}
.TagClassName
{
border-color: #37EBED;
}
</style>