Shades of Turquoise #37FFF6
Tints of Turquoise #37FFF6
RGB
CMYK
RGB Variations
Color information
#37FFF6 (or 0x37FFF6) is known color: Turquoise. HEX triplet: 37, FF and F6. RGB value is (55,255,246). Sum of RGB (Red+Green+Blue) = 55+255+246=556 (73% of max value = 765). Red value is 55 (21.88% from 255 or 9.89% from 556); Green value is 255 (100% from 255 or 45.86% from 556); Blue value is 246 (96.48% from 255 or 44.24% from 556); Max value from RGB is 255 - color contains mainly: green. Hex color #37FFF6 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #37FFF6 is #C80009. Grayscale: #C2C2C2. Windows color (decimal): -13107210 or 16187191. OLE color: 16187191.
HSL color Cylindrical-coordinate representation of color #37FFF6: hue angle of 177.3º 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 #37FFF6 is Cyan = 0.78, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 55 | 255 | 246 | - |
| CMYK | 0.78 | 0 | 0.04 | 0 |
| HSL | 177.3º | 1% | 0.61% | - |
| HSV(B) | 177.3º | 0.78% | 1% | - |
| XYZ | 53.97 | 78.99 | 99.59 | - |
| YUV | 194.17 | 157.24 | 28.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 255 | 246 | 0.78 | 0 | 0.04 | 0 | 177.3 | 1 | 0.61 |
| Hex | 37 | FF | F6 | 4E | 0 | 4 | 0 | B1 | 64 | 3D |
| Octal | 67 | 377 | 366 | 116 | 0 | 4 | 0 | 261 | 144 | 75 |
| Binary | 110111 | 11111111 | 11110110 | 1001110 | 0 | 100 | 0 | 10110001 | 1100100 | 111101 |
Color Harmonies of #37FFF6
Complementary color
Monochromatic Colors of #37FFF6
Black with #37FFF6
Text Example
Text Example
White with #37FFF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37FFF6; }
p { color: rgb(55,255,246); }
H1.HeaderClassName
{
color: #37FFF6;
}
.AnyTagClassName
{
color: #37FFF6;
}
</style>
background-color css
<style>
a { background-color: #37FFF6; }
a { background-color: rgb(55,255,246); }
div.DivClassName
{
background-color: #37FFF6;
}
.BgClassName
{
background-color: #37FFF6;
}
</style>
border-color css
<style>
span { border-color: #37FFF6; }
span { border-color: rgb(55,255,246); }
td.TdClassName
{
border-color: #37FFF6;
}
.TagClassName
{
border-color: #37FFF6;
}
</style>