Shades of Turquoise #37FEE8
Tints of Turquoise #37FEE8
RGB
CMYK
RGB Variations
Color information
#37FEE8 (or 0x37FEE8) is known color: Turquoise. HEX triplet: 37, FE and E8. RGB value is (55,254,232). Sum of RGB (Red+Green+Blue) = 55+254+232=541 (71% of max value = 765). Red value is 55 (21.88% from 255 or 10.17% from 541); Green value is 254 (99.61% from 255 or 46.95% from 541); Blue value is 232 (91.02% from 255 or 42.88% from 541); Max value from RGB is 254 - color contains mainly: green. Hex color #37FEE8 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #37FEE8 is #C80117. Grayscale: #BFBFBF. Windows color (decimal): -13107480 or 15269431. OLE color: 15269431.
HSL color Cylindrical-coordinate representation of color #37FEE8: hue angle of 173.37º 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 #37FEE8 is Cyan = 0.78, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 55 | 254 | 232 | - |
| CMYK | 0.78 | 0 | 0.09 | 0.00 |
| HSL | 173.37º | 0.99% | 0.61% | - |
| HSV(B) | 173.37º | 0.78% | 1% | - |
| XYZ | 51.58 | 77.52 | 88.59 | - |
| YUV | 191.99 | 150.57 | 30.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 254 | 232 | 0.78 | 0 | 0.09 | 0.00 | 173.37 | 0.99 | 0.61 |
| Hex | 37 | FE | E8 | 4E | 0 | 9 | 0 | AD | 63 | 3D |
| Octal | 67 | 376 | 350 | 116 | 0 | 11 | 0 | 255 | 143 | 75 |
| Binary | 110111 | 11111110 | 11101000 | 1001110 | 0 | 1001 | 0 | 10101101 | 1100011 | 111101 |
Color Harmonies of #37FEE8
Complementary color
Monochromatic Colors of #37FEE8
Black with #37FEE8
Text Example
Text Example
White with #37FEE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37FEE8; }
p { color: rgb(55,254,232); }
H1.HeaderClassName
{
color: #37FEE8;
}
.AnyTagClassName
{
color: #37FEE8;
}
</style>
background-color css
<style>
a { background-color: #37FEE8; }
a { background-color: rgb(55,254,232); }
div.DivClassName
{
background-color: #37FEE8;
}
.BgClassName
{
background-color: #37FEE8;
}
</style>
border-color css
<style>
span { border-color: #37FEE8; }
span { border-color: rgb(55,254,232); }
td.TdClassName
{
border-color: #37FEE8;
}
.TagClassName
{
border-color: #37FEE8;
}
</style>