Shades of Turquoise #37EDE5
Tints of Turquoise #37EDE5
RGB
CMYK
RGB Variations
Color information
#37EDE5 (or 0x37EDE5) is known color: Turquoise. HEX triplet: 37, ED and E5. RGB value is (55,237,229). Sum of RGB (Red+Green+Blue) = 55+237+229=521 (69% of max value = 765). Red value is 55 (21.88% from 255 or 10.56% from 521); Green value is 237 (92.97% from 255 or 45.49% from 521); Blue value is 229 (89.84% from 255 or 43.95% from 521); Max value from RGB is 237 - color contains mainly: green. Hex color #37EDE5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #37EDE5 is #C8121A. Grayscale: #B5B5B5. Windows color (decimal): -13111835 or 15068471. OLE color: 15068471.
HSL color Cylindrical-coordinate representation of color #37EDE5: hue angle of 177.36º 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 #37EDE5 is Cyan = 0.77, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 55 | 237 | 229 | - |
| CMYK | 0.77 | 0 | 0.03 | 0.07 |
| HSL | 177.36º | 0.83% | 0.57% | - |
| HSV(B) | 177.36º | 0.77% | 0.93% | - |
| XYZ | 46 | 67.04 | 84.64 | - |
| YUV | 181.67 | 154.7 | 37.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 237 | 229 | 0.77 | 0 | 0.03 | 0.07 | 177.36 | 0.83 | 0.57 |
| Hex | 37 | ED | E5 | 4D | 0 | 3 | 7 | B1 | 53 | 39 |
| Octal | 67 | 355 | 345 | 115 | 0 | 3 | 7 | 261 | 123 | 71 |
| Binary | 110111 | 11101101 | 11100101 | 1001101 | 0 | 11 | 111 | 10110001 | 1010011 | 111001 |
Color Harmonies of #37EDE5
Complementary color
Monochromatic Colors of #37EDE5
Black with #37EDE5
Text Example
Text Example
White with #37EDE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37EDE5; }
p { color: rgb(55,237,229); }
H1.HeaderClassName
{
color: #37EDE5;
}
.AnyTagClassName
{
color: #37EDE5;
}
</style>
background-color css
<style>
a { background-color: #37EDE5; }
a { background-color: rgb(55,237,229); }
div.DivClassName
{
background-color: #37EDE5;
}
.BgClassName
{
background-color: #37EDE5;
}
</style>
border-color css
<style>
span { border-color: #37EDE5; }
span { border-color: rgb(55,237,229); }
td.TdClassName
{
border-color: #37EDE5;
}
.TagClassName
{
border-color: #37EDE5;
}
</style>