Shades of Turquoise #37FFFA
Tints of Turquoise #37FFFA
RGB
CMYK
RGB Variations
Color information
#37FFFA (or 0x37FFFA) is known color: Turquoise. HEX triplet: 37, FF and FA. RGB value is (55,255,250). Sum of RGB (Red+Green+Blue) = 55+255+250=560 (74% of max value = 765). Red value is 55 (21.88% from 255 or 9.82% from 560); Green value is 255 (100% from 255 or 45.54% from 560); Blue value is 250 (98.05% from 255 or 44.64% from 560); Max value from RGB is 255 - color contains mainly: green. Hex color #37FFFA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #37FFFA is #C80005. Grayscale: #C2C2C2. Windows color (decimal): -13107206 or 16449335. OLE color: 16449335.
HSL color Cylindrical-coordinate representation of color #37FFFA: hue angle of 178.5º 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 #37FFFA is Cyan = 0.78, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 55 | 255 | 250 | - |
| CMYK | 0.78 | 0 | 0.02 | 0 |
| HSL | 178.5º | 1% | 0.61% | - |
| HSV(B) | 178.5º | 0.78% | 1% | - |
| XYZ | 54.59 | 79.23 | 102.86 | - |
| YUV | 194.63 | 159.24 | 28.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 255 | 250 | 0.78 | 0 | 0.02 | 0 | 178.5 | 1 | 0.61 |
| Hex | 37 | FF | FA | 4E | 0 | 2 | 0 | B2 | 64 | 3D |
| Octal | 67 | 377 | 372 | 116 | 0 | 2 | 0 | 262 | 144 | 75 |
| Binary | 110111 | 11111111 | 11111010 | 1001110 | 0 | 10 | 0 | 10110010 | 1100100 | 111101 |
Color Harmonies of #37FFFA
Complementary color
Monochromatic Colors of #37FFFA
Black with #37FFFA
Text Example
Text Example
White with #37FFFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37FFFA; }
p { color: rgb(55,255,250); }
H1.HeaderClassName
{
color: #37FFFA;
}
.AnyTagClassName
{
color: #37FFFA;
}
</style>
background-color css
<style>
a { background-color: #37FFFA; }
a { background-color: rgb(55,255,250); }
div.DivClassName
{
background-color: #37FFFA;
}
.BgClassName
{
background-color: #37FFFA;
}
</style>
border-color css
<style>
span { border-color: #37FFFA; }
span { border-color: rgb(55,255,250); }
td.TdClassName
{
border-color: #37FFFA;
}
.TagClassName
{
border-color: #37FFFA;
}
</style>