Shades of Turquoise #37FFE4
Tints of Turquoise #37FFE4
RGB
CMYK
RGB Variations
Color information
#37FFE4 (or 0x37FFE4) is known color: Turquoise. HEX triplet: 37, FF and E4. RGB value is (55,255,228). Sum of RGB (Red+Green+Blue) = 55+255+228=538 (71% of max value = 765). Red value is 55 (21.88% from 255 or 10.22% from 538); Green value is 255 (100% from 255 or 47.40% from 538); Blue value is 228 (89.45% from 255 or 42.38% from 538); Max value from RGB is 255 - color contains mainly: green. Hex color #37FFE4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #37FFE4 is #C8001B. Grayscale: #C0C0C0. Windows color (decimal): -13107228 or 15007543. OLE color: 15007543.
HSL color Cylindrical-coordinate representation of color #37FFE4: hue angle of 171.9º 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 #37FFE4 is Cyan = 0.78, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
| RGB | 55 | 255 | 228 | - |
| CMYK | 0.78 | 0 | 0.11 | 0 |
| HSL | 171.9º | 1% | 0.61% | - |
| HSV(B) | 171.9º | 0.78% | 1% | - |
| XYZ | 51.34 | 77.93 | 85.74 | - |
| YUV | 192.12 | 148.24 | 30.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 255 | 228 | 0.78 | 0 | 0.11 | 0 | 171.9 | 1 | 0.61 |
| Hex | 37 | FF | E4 | 4E | 0 | B | 0 | AC | 64 | 3D |
| Octal | 67 | 377 | 344 | 116 | 0 | 13 | 0 | 254 | 144 | 75 |
| Binary | 110111 | 11111111 | 11100100 | 1001110 | 0 | 1011 | 0 | 10101100 | 1100100 | 111101 |
Color Harmonies of #37FFE4
Complementary color
Monochromatic Colors of #37FFE4
Black with #37FFE4
Text Example
Text Example
White with #37FFE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37FFE4; }
p { color: rgb(55,255,228); }
H1.HeaderClassName
{
color: #37FFE4;
}
.AnyTagClassName
{
color: #37FFE4;
}
</style>
background-color css
<style>
a { background-color: #37FFE4; }
a { background-color: rgb(55,255,228); }
div.DivClassName
{
background-color: #37FFE4;
}
.BgClassName
{
background-color: #37FFE4;
}
</style>
border-color css
<style>
span { border-color: #37FFE4; }
span { border-color: rgb(55,255,228); }
td.TdClassName
{
border-color: #37FFE4;
}
.TagClassName
{
border-color: #37FFE4;
}
</style>