Shades of Turquoise #37FEE2
Tints of Turquoise #37FEE2
RGB
CMYK
RGB Variations
Color information
#37FEE2 (or 0x37FEE2) is known color: Turquoise. HEX triplet: 37, FE and E2. RGB value is (55,254,226). Sum of RGB (Red+Green+Blue) = 55+254+226=535 (70% of max value = 765). Red value is 55 (21.88% from 255 or 10.28% from 535); Green value is 254 (99.61% from 255 or 47.48% from 535); Blue value is 226 (88.67% from 255 or 42.24% from 535); Max value from RGB is 254 - color contains mainly: green. Hex color #37FEE2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #37FEE2 is #C8011D. Grayscale: #BFBFBF. Windows color (decimal): -13107486 or 14876215. OLE color: 14876215.
HSL color Cylindrical-coordinate representation of color #37FEE2: hue angle of 171.56º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #37FEE2 is Cyan = 0.78, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 55 | 254 | 226 | - |
| CMYK | 0.78 | 0 | 0.11 | 0.00 |
| HSL | 171.56º | 0.99% | 0.61% | - |
| HSV(B) | 171.56º | 0.78% | 1% | - |
| XYZ | 50.74 | 77.19 | 84.18 | - |
| YUV | 191.31 | 147.57 | 30.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 254 | 226 | 0.78 | 0 | 0.11 | 0.00 | 171.56 | 0.99 | 0.61 |
| Hex | 37 | FE | E2 | 4E | 0 | B | 0 | AC | 63 | 3D |
| Octal | 67 | 376 | 342 | 116 | 0 | 13 | 0 | 254 | 143 | 75 |
| Binary | 110111 | 11111110 | 11100010 | 1001110 | 0 | 1011 | 0 | 10101100 | 1100011 | 111101 |
Color Harmonies of #37FEE2
Complementary color
Monochromatic Colors of #37FEE2
Black with #37FEE2
Text Example
Text Example
White with #37FEE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37FEE2; }
p { color: rgb(55,254,226); }
H1.HeaderClassName
{
color: #37FEE2;
}
.AnyTagClassName
{
color: #37FEE2;
}
</style>
background-color css
<style>
a { background-color: #37FEE2; }
a { background-color: rgb(55,254,226); }
div.DivClassName
{
background-color: #37FEE2;
}
.BgClassName
{
background-color: #37FEE2;
}
</style>
border-color css
<style>
span { border-color: #37FEE2; }
span { border-color: rgb(55,254,226); }
td.TdClassName
{
border-color: #37FEE2;
}
.TagClassName
{
border-color: #37FEE2;
}
</style>