Shades of Turquoise #37FCE4
Tints of Turquoise #37FCE4
RGB
CMYK
RGB Variations
Color information
#37FCE4 (or 0x37FCE4) is known color: Turquoise. HEX triplet: 37, FC and E4. RGB value is (55,252,228). Sum of RGB (Red+Green+Blue) = 55+252+228=535 (70% of max value = 765). Red value is 55 (21.88% from 255 or 10.28% from 535); Green value is 252 (98.83% from 255 or 47.10% from 535); Blue value is 228 (89.45% from 255 or 42.62% from 535); Max value from RGB is 252 - color contains mainly: green. Hex color #37FCE4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #37FCE4 is #C8031B. Grayscale: #BEBEBE. Windows color (decimal): -13107996 or 15006775. OLE color: 15006775.
HSL color Cylindrical-coordinate representation of color #37FCE4: hue angle of 172.69º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #37FCE4 is Cyan = 0.78, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 55 | 252 | 228 | - |
| CMYK | 0.78 | 0 | 0.10 | 0.01 |
| HSL | 172.69º | 0.97% | 0.6% | - |
| HSV(B) | 172.69º | 0.78% | 0.99% | - |
| XYZ | 50.39 | 76.03 | 85.42 | - |
| YUV | 190.36 | 149.23 | 31.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 252 | 228 | 0.78 | 0 | 0.10 | 0.01 | 172.69 | 0.97 | 0.6 |
| Hex | 37 | FC | E4 | 4E | 0 | A | 1 | AD | 61 | 3C |
| Octal | 67 | 374 | 344 | 116 | 0 | 12 | 1 | 255 | 141 | 74 |
| Binary | 110111 | 11111100 | 11100100 | 1001110 | 0 | 1010 | 1 | 10101101 | 1100001 | 111100 |
Color Harmonies of #37FCE4
Complementary color
Monochromatic Colors of #37FCE4
Black with #37FCE4
Text Example
Text Example
White with #37FCE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37FCE4; }
p { color: rgb(55,252,228); }
H1.HeaderClassName
{
color: #37FCE4;
}
.AnyTagClassName
{
color: #37FCE4;
}
</style>
background-color css
<style>
a { background-color: #37FCE4; }
a { background-color: rgb(55,252,228); }
div.DivClassName
{
background-color: #37FCE4;
}
.BgClassName
{
background-color: #37FCE4;
}
</style>
border-color css
<style>
span { border-color: #37FCE4; }
span { border-color: rgb(55,252,228); }
td.TdClassName
{
border-color: #37FCE4;
}
.TagClassName
{
border-color: #37FCE4;
}
</style>