Shades of Turquoise #37F2E5
Tints of Turquoise #37F2E5
RGB
CMYK
RGB Variations
Color information
#37F2E5 (or 0x37F2E5) is known color: Turquoise. HEX triplet: 37, F2 and E5. RGB value is (55,242,229). Sum of RGB (Red+Green+Blue) = 55+242+229=526 (69% of max value = 765). Red value is 55 (21.88% from 255 or 10.46% from 526); Green value is 242 (94.92% from 255 or 46.01% from 526); Blue value is 229 (89.84% from 255 or 43.54% from 526); Max value from RGB is 242 - color contains mainly: green. Hex color #37F2E5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #37F2E5 is #C80D1A. Grayscale: #B8B8B8. Windows color (decimal): -13110555 or 15069751. OLE color: 15069751.
HSL color Cylindrical-coordinate representation of color #37F2E5: hue angle of 175.83º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #37F2E5 is Cyan = 0.77, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 55 | 242 | 229 | - |
| CMYK | 0.77 | 0 | 0.05 | 0.05 |
| HSL | 175.83º | 0.88% | 0.58% | - |
| HSV(B) | 175.83º | 0.77% | 0.95% | - |
| XYZ | 47.47 | 69.97 | 85.13 | - |
| YUV | 184.61 | 153.05 | 35.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 242 | 229 | 0.77 | 0 | 0.05 | 0.05 | 175.83 | 0.88 | 0.58 |
| Hex | 37 | F2 | E5 | 4D | 0 | 5 | 5 | B0 | 58 | 3A |
| Octal | 67 | 362 | 345 | 115 | 0 | 5 | 5 | 260 | 130 | 72 |
| Binary | 110111 | 11110010 | 11100101 | 1001101 | 0 | 101 | 101 | 10110000 | 1011000 | 111010 |
Color Harmonies of #37F2E5
Complementary color
Monochromatic Colors of #37F2E5
Black with #37F2E5
Text Example
Text Example
White with #37F2E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37F2E5; }
p { color: rgb(55,242,229); }
H1.HeaderClassName
{
color: #37F2E5;
}
.AnyTagClassName
{
color: #37F2E5;
}
</style>
background-color css
<style>
a { background-color: #37F2E5; }
a { background-color: rgb(55,242,229); }
div.DivClassName
{
background-color: #37F2E5;
}
.BgClassName
{
background-color: #37F2E5;
}
</style>
border-color css
<style>
span { border-color: #37F2E5; }
span { border-color: rgb(55,242,229); }
td.TdClassName
{
border-color: #37F2E5;
}
.TagClassName
{
border-color: #37F2E5;
}
</style>