Shades of Turquoise #37FFED
Tints of Turquoise #37FFED
RGB
CMYK
RGB Variations
Color information
#37FFED (or 0x37FFED) is known color: Turquoise. HEX triplet: 37, FF and ED. RGB value is (55,255,237). Sum of RGB (Red+Green+Blue) = 55+255+237=547 (72% of max value = 765). Red value is 55 (21.88% from 255 or 10.05% from 547); Green value is 255 (100% from 255 or 46.62% from 547); Blue value is 237 (92.97% from 255 or 43.33% from 547); Max value from RGB is 255 - color contains mainly: green. Hex color #37FFED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #37FFED is #C80012. Grayscale: #C1C1C1. Windows color (decimal): -13107219 or 15597367. OLE color: 15597367.
HSL color Cylindrical-coordinate representation of color #37FFED: hue angle of 174.6º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #37FFED is Cyan = 0.78, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 55 | 255 | 237 | - |
| CMYK | 0.78 | 0 | 0.07 | 0 |
| HSL | 174.6º | 1% | 0.61% | - |
| HSV(B) | 174.6º | 0.78% | 1% | - |
| XYZ | 52.62 | 78.45 | 92.49 | - |
| YUV | 193.15 | 152.74 | 29.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 255 | 237 | 0.78 | 0 | 0.07 | 0 | 174.6 | 1 | 0.61 |
| Hex | 37 | FF | ED | 4E | 0 | 7 | 0 | AF | 64 | 3D |
| Octal | 67 | 377 | 355 | 116 | 0 | 7 | 0 | 257 | 144 | 75 |
| Binary | 110111 | 11111111 | 11101101 | 1001110 | 0 | 111 | 0 | 10101111 | 1100100 | 111101 |
Color Harmonies of #37FFED
Complementary color
Monochromatic Colors of #37FFED
Black with #37FFED
Text Example
Text Example
White with #37FFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37FFED; }
p { color: rgb(55,255,237); }
H1.HeaderClassName
{
color: #37FFED;
}
.AnyTagClassName
{
color: #37FFED;
}
</style>
background-color css
<style>
a { background-color: #37FFED; }
a { background-color: rgb(55,255,237); }
div.DivClassName
{
background-color: #37FFED;
}
.BgClassName
{
background-color: #37FFED;
}
</style>
border-color css
<style>
span { border-color: #37FFED; }
span { border-color: rgb(55,255,237); }
td.TdClassName
{
border-color: #37FFED;
}
.TagClassName
{
border-color: #37FFED;
}
</style>