Shades of Turquoise #37EDEF
Tints of Turquoise #37EDEF
RGB
CMYK
RGB Variations
Color information
#37EDEF (or 0x37EDEF) is known color: Turquoise. HEX triplet: 37, ED and EF. RGB value is (55,237,239). Sum of RGB (Red+Green+Blue) = 55+237+239=531 (70% of max value = 765). Red value is 55 (21.88% from 255 or 10.36% from 531); Green value is 237 (92.97% from 255 or 44.63% from 531); Blue value is 239 (93.75% from 255 or 45.01% from 531); Max value from RGB is 239 - color contains mainly: blue. Hex color #37EDEF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #37EDEF is #C81210. Grayscale: #B6B6B6. Windows color (decimal): -13111825 or 15723831. OLE color: 15723831.
HSL color Cylindrical-coordinate representation of color #37EDEF: hue angle of 180.65º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #37EDEF is Cyan = 0.77, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 55 | 237 | 239 | - |
| CMYK | 0.77 | 0.01 | 0 | 0.06 |
| HSL | 180.65º | 0.85% | 0.58% | - |
| HSV(B) | 180.65º | 0.77% | 0.94% | - |
| XYZ | 47.44 | 67.61 | 92.21 | - |
| YUV | 182.81 | 159.7 | 36.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 237 | 239 | 0.77 | 0.01 | 0 | 0.06 | 180.65 | 0.85 | 0.58 |
| Hex | 37 | ED | EF | 4D | 1 | 0 | 6 | B5 | 55 | 3A |
| Octal | 67 | 355 | 357 | 115 | 1 | 0 | 6 | 265 | 125 | 72 |
| Binary | 110111 | 11101101 | 11101111 | 1001101 | 1 | 0 | 110 | 10110101 | 1010101 | 111010 |
Color Harmonies of #37EDEF
Complementary color
Monochromatic Colors of #37EDEF
Black with #37EDEF
Text Example
Text Example
White with #37EDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37EDEF; }
p { color: rgb(55,237,239); }
H1.HeaderClassName
{
color: #37EDEF;
}
.AnyTagClassName
{
color: #37EDEF;
}
</style>
background-color css
<style>
a { background-color: #37EDEF; }
a { background-color: rgb(55,237,239); }
div.DivClassName
{
background-color: #37EDEF;
}
.BgClassName
{
background-color: #37EDEF;
}
</style>
border-color css
<style>
span { border-color: #37EDEF; }
span { border-color: rgb(55,237,239); }
td.TdClassName
{
border-color: #37EDEF;
}
.TagClassName
{
border-color: #37EDEF;
}
</style>