Shades of Turquoise #37EDE8
Tints of Turquoise #37EDE8
RGB
CMYK
RGB Variations
Color information
#37EDE8 (or 0x37EDE8) is known color: Turquoise. HEX triplet: 37, ED and E8. RGB value is (55,237,232). Sum of RGB (Red+Green+Blue) = 55+237+232=524 (69% of max value = 765). Red value is 55 (21.88% from 255 or 10.50% from 524); Green value is 237 (92.97% from 255 or 45.23% from 524); Blue value is 232 (91.02% from 255 or 44.27% from 524); Max value from RGB is 237 - color contains mainly: green. Hex color #37EDE8 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #37EDE8 is #C81217. Grayscale: #B5B5B5. Windows color (decimal): -13111832 or 15265079. OLE color: 15265079.
HSL color Cylindrical-coordinate representation of color #37EDE8: hue angle of 178.35º 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 #37EDE8 is Cyan = 0.77, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 55 | 237 | 232 | - |
| CMYK | 0.77 | 0 | 0.02 | 0.07 |
| HSL | 178.35º | 0.83% | 0.57% | - |
| HSV(B) | 178.35º | 0.77% | 0.93% | - |
| XYZ | 46.43 | 67.21 | 86.87 | - |
| YUV | 182.01 | 156.2 | 37.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 237 | 232 | 0.77 | 0 | 0.02 | 0.07 | 178.35 | 0.83 | 0.57 |
| Hex | 37 | ED | E8 | 4D | 0 | 2 | 7 | B2 | 53 | 39 |
| Octal | 67 | 355 | 350 | 115 | 0 | 2 | 7 | 262 | 123 | 71 |
| Binary | 110111 | 11101101 | 11101000 | 1001101 | 0 | 10 | 111 | 10110010 | 1010011 | 111001 |
Color Harmonies of #37EDE8
Complementary color
Monochromatic Colors of #37EDE8
Black with #37EDE8
Text Example
Text Example
White with #37EDE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37EDE8; }
p { color: rgb(55,237,232); }
H1.HeaderClassName
{
color: #37EDE8;
}
.AnyTagClassName
{
color: #37EDE8;
}
</style>
background-color css
<style>
a { background-color: #37EDE8; }
a { background-color: rgb(55,237,232); }
div.DivClassName
{
background-color: #37EDE8;
}
.BgClassName
{
background-color: #37EDE8;
}
</style>
border-color css
<style>
span { border-color: #37EDE8; }
span { border-color: rgb(55,237,232); }
td.TdClassName
{
border-color: #37EDE8;
}
.TagClassName
{
border-color: #37EDE8;
}
</style>