Shades of Turquoise #37EDE7
Tints of Turquoise #37EDE7
RGB
CMYK
RGB Variations
Color information
#37EDE7 (or 0x37EDE7) is known color: Turquoise. HEX triplet: 37, ED and E7. RGB value is (55,237,231). Sum of RGB (Red+Green+Blue) = 55+237+231=523 (69% of max value = 765). Red value is 55 (21.88% from 255 or 10.52% from 523); Green value is 237 (92.97% from 255 or 45.32% from 523); Blue value is 231 (90.62% from 255 or 44.17% from 523); Max value from RGB is 237 - color contains mainly: green. Hex color #37EDE7 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #37EDE7 is #C81218. Grayscale: #B5B5B5. Windows color (decimal): -13111833 or 15199543. OLE color: 15199543.
HSL color Cylindrical-coordinate representation of color #37EDE7: hue angle of 178.02º 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 #37EDE7 is Cyan = 0.77, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 55 | 237 | 231 | - |
| CMYK | 0.77 | 0 | 0.03 | 0.07 |
| HSL | 178.02º | 0.83% | 0.57% | - |
| HSV(B) | 178.02º | 0.77% | 0.93% | - |
| XYZ | 46.28 | 67.15 | 86.12 | - |
| YUV | 181.9 | 155.7 | 37.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 237 | 231 | 0.77 | 0 | 0.03 | 0.07 | 178.02 | 0.83 | 0.57 |
| Hex | 37 | ED | E7 | 4D | 0 | 3 | 7 | B2 | 53 | 39 |
| Octal | 67 | 355 | 347 | 115 | 0 | 3 | 7 | 262 | 123 | 71 |
| Binary | 110111 | 11101101 | 11100111 | 1001101 | 0 | 11 | 111 | 10110010 | 1010011 | 111001 |
Color Harmonies of #37EDE7
Complementary color
Monochromatic Colors of #37EDE7
Black with #37EDE7
Text Example
Text Example
White with #37EDE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37EDE7; }
p { color: rgb(55,237,231); }
H1.HeaderClassName
{
color: #37EDE7;
}
.AnyTagClassName
{
color: #37EDE7;
}
</style>
background-color css
<style>
a { background-color: #37EDE7; }
a { background-color: rgb(55,237,231); }
div.DivClassName
{
background-color: #37EDE7;
}
.BgClassName
{
background-color: #37EDE7;
}
</style>
border-color css
<style>
span { border-color: #37EDE7; }
span { border-color: rgb(55,237,231); }
td.TdClassName
{
border-color: #37EDE7;
}
.TagClassName
{
border-color: #37EDE7;
}
</style>