Shades of Turquoise #37FEEA
Tints of Turquoise #37FEEA
RGB
CMYK
RGB Variations
Color information
#37FEEA (or 0x37FEEA) is known color: Turquoise. HEX triplet: 37, FE and EA. RGB value is (55,254,234). Sum of RGB (Red+Green+Blue) = 55+254+234=543 (71% of max value = 765). Red value is 55 (21.88% from 255 or 10.13% from 543); Green value is 254 (99.61% from 255 or 46.78% from 543); Blue value is 234 (91.80% from 255 or 43.09% from 543); Max value from RGB is 254 - color contains mainly: green. Hex color #37FEEA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #37FEEA is #C80115. Grayscale: #C0C0C0. Windows color (decimal): -13107478 or 15400503. OLE color: 15400503.
HSL color Cylindrical-coordinate representation of color #37FEEA: hue angle of 173.97º 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 #37FEEA is Cyan = 0.78, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 55 | 254 | 234 | - |
| CMYK | 0.78 | 0 | 0.08 | 0.00 |
| HSL | 173.97º | 0.99% | 0.61% | - |
| HSV(B) | 173.97º | 0.78% | 1% | - |
| XYZ | 51.87 | 77.64 | 90.09 | - |
| YUV | 192.22 | 151.57 | 30.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 254 | 234 | 0.78 | 0 | 0.08 | 0.00 | 173.97 | 0.99 | 0.61 |
| Hex | 37 | FE | EA | 4E | 0 | 8 | 0 | AE | 63 | 3D |
| Octal | 67 | 376 | 352 | 116 | 0 | 10 | 0 | 256 | 143 | 75 |
| Binary | 110111 | 11111110 | 11101010 | 1001110 | 0 | 1000 | 0 | 10101110 | 1100011 | 111101 |
Color Harmonies of #37FEEA
Complementary color
Monochromatic Colors of #37FEEA
Black with #37FEEA
Text Example
Text Example
White with #37FEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37FEEA; }
p { color: rgb(55,254,234); }
H1.HeaderClassName
{
color: #37FEEA;
}
.AnyTagClassName
{
color: #37FEEA;
}
</style>
background-color css
<style>
a { background-color: #37FEEA; }
a { background-color: rgb(55,254,234); }
div.DivClassName
{
background-color: #37FEEA;
}
.BgClassName
{
background-color: #37FEEA;
}
</style>
border-color css
<style>
span { border-color: #37FEEA; }
span { border-color: rgb(55,254,234); }
td.TdClassName
{
border-color: #37FEEA;
}
.TagClassName
{
border-color: #37FEEA;
}
</style>