Shades of Turquoise #37EEE1
Tints of Turquoise #37EEE1
RGB
CMYK
RGB Variations
Color information
#37EEE1 (or 0x37EEE1) is known color: Turquoise. HEX triplet: 37, EE and E1. RGB value is (55,238,225). Sum of RGB (Red+Green+Blue) = 55+238+225=518 (68% of max value = 765). Red value is 55 (21.88% from 255 or 10.62% from 518); Green value is 238 (93.36% from 255 or 45.95% from 518); Blue value is 225 (88.28% from 255 or 43.44% from 518); Max value from RGB is 238 - color contains mainly: green. Hex color #37EEE1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #37EEE1 is #C8111E. Grayscale: #B5B5B5. Windows color (decimal): -13111583 or 14806583. OLE color: 14806583.
HSL color Cylindrical-coordinate representation of color #37EEE1: hue angle of 175.74º degrees, saturation: 0.84, 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 #37EEE1 is Cyan = 0.77, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 55 | 238 | 225 | - |
| CMYK | 0.77 | 0 | 0.05 | 0.07 |
| HSL | 175.74º | 0.84% | 0.57% | - |
| HSV(B) | 175.74º | 0.77% | 0.93% | - |
| XYZ | 45.74 | 67.4 | 81.83 | - |
| YUV | 181.8 | 152.37 | 37.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 238 | 225 | 0.77 | 0 | 0.05 | 0.07 | 175.74 | 0.84 | 0.57 |
| Hex | 37 | EE | E1 | 4D | 0 | 5 | 7 | B0 | 54 | 39 |
| Octal | 67 | 356 | 341 | 115 | 0 | 5 | 7 | 260 | 124 | 71 |
| Binary | 110111 | 11101110 | 11100001 | 1001101 | 0 | 101 | 111 | 10110000 | 1010100 | 111001 |
Color Harmonies of #37EEE1
Complementary color
Monochromatic Colors of #37EEE1
Black with #37EEE1
Text Example
Text Example
White with #37EEE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37EEE1; }
p { color: rgb(55,238,225); }
H1.HeaderClassName
{
color: #37EEE1;
}
.AnyTagClassName
{
color: #37EEE1;
}
</style>
background-color css
<style>
a { background-color: #37EEE1; }
a { background-color: rgb(55,238,225); }
div.DivClassName
{
background-color: #37EEE1;
}
.BgClassName
{
background-color: #37EEE1;
}
</style>
border-color css
<style>
span { border-color: #37EEE1; }
span { border-color: rgb(55,238,225); }
td.TdClassName
{
border-color: #37EEE1;
}
.TagClassName
{
border-color: #37EEE1;
}
</style>