Shades of Turquoise #37FEFA
Tints of Turquoise #37FEFA
RGB
CMYK
RGB Variations
Color information
#37FEFA (or 0x37FEFA) is known color: Turquoise. HEX triplet: 37, FE and FA. RGB value is (55,254,250). Sum of RGB (Red+Green+Blue) = 55+254+250=559 (74% of max value = 765). Red value is 55 (21.88% from 255 or 9.84% from 559); Green value is 254 (99.61% from 255 or 45.44% from 559); Blue value is 250 (98.05% from 255 or 44.72% from 559); Max value from RGB is 254 - color contains mainly: green. Hex color #37FEFA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #37FEFA is #C80105. Grayscale: #C1C1C1. Windows color (decimal): -13107462 or 16449079. OLE color: 16449079.
HSL color Cylindrical-coordinate representation of color #37FEFA: hue angle of 178.79º 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 #37FEFA is Cyan = 0.78, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 55 | 254 | 250 | - |
| CMYK | 0.78 | 0 | 0.02 | 0.00 |
| HSL | 178.79º | 0.99% | 0.61% | - |
| HSV(B) | 178.79º | 0.78% | 1% | - |
| XYZ | 54.27 | 78.6 | 102.75 | - |
| YUV | 194.04 | 159.57 | 28.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 254 | 250 | 0.78 | 0 | 0.02 | 0.00 | 178.79 | 0.99 | 0.61 |
| Hex | 37 | FE | FA | 4E | 0 | 2 | 0 | B3 | 63 | 3D |
| Octal | 67 | 376 | 372 | 116 | 0 | 2 | 0 | 263 | 143 | 75 |
| Binary | 110111 | 11111110 | 11111010 | 1001110 | 0 | 10 | 0 | 10110011 | 1100011 | 111101 |
Color Harmonies of #37FEFA
Complementary color
Monochromatic Colors of #37FEFA
Black with #37FEFA
Text Example
Text Example
White with #37FEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37FEFA; }
p { color: rgb(55,254,250); }
H1.HeaderClassName
{
color: #37FEFA;
}
.AnyTagClassName
{
color: #37FEFA;
}
</style>
background-color css
<style>
a { background-color: #37FEFA; }
a { background-color: rgb(55,254,250); }
div.DivClassName
{
background-color: #37FEFA;
}
.BgClassName
{
background-color: #37FEFA;
}
</style>
border-color css
<style>
span { border-color: #37FEFA; }
span { border-color: rgb(55,254,250); }
td.TdClassName
{
border-color: #37FEFA;
}
.TagClassName
{
border-color: #37FEFA;
}
</style>