Shades of Turquoise #37FFF7
Tints of Turquoise #37FFF7
RGB
CMYK
RGB Variations
Color information
#37FFF7 (or 0x37FFF7) is known color: Turquoise. HEX triplet: 37, FF and F7. RGB value is (55,255,247). Sum of RGB (Red+Green+Blue) = 55+255+247=557 (73% of max value = 765). Red value is 55 (21.88% from 255 or 9.87% from 557); Green value is 255 (100% from 255 or 45.78% from 557); Blue value is 247 (96.88% from 255 or 44.34% from 557); Max value from RGB is 255 - color contains mainly: green. Hex color #37FFF7 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #37FFF7 is #C80008. Grayscale: #C2C2C2. Windows color (decimal): -13107209 or 16252727. OLE color: 16252727.
HSL color Cylindrical-coordinate representation of color #37FFF7: hue angle of 177.6º 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 #37FFF7 is Cyan = 0.78, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.
Color convert
| RGB | 55 | 255 | 247 | - |
| CMYK | 0.78 | 0 | 0.03 | 0 |
| HSL | 177.6º | 1% | 0.61% | - |
| HSV(B) | 177.6º | 0.78% | 1% | - |
| XYZ | 54.12 | 79.05 | 100.4 | - |
| YUV | 194.29 | 157.74 | 28.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 255 | 247 | 0.78 | 0 | 0.03 | 0 | 177.6 | 1 | 0.61 |
| Hex | 37 | FF | F7 | 4E | 0 | 3 | 0 | B2 | 64 | 3D |
| Octal | 67 | 377 | 367 | 116 | 0 | 3 | 0 | 262 | 144 | 75 |
| Binary | 110111 | 11111111 | 11110111 | 1001110 | 0 | 11 | 0 | 10110010 | 1100100 | 111101 |
Color Harmonies of #37FFF7
Complementary color
Monochromatic Colors of #37FFF7
Black with #37FFF7
Text Example
Text Example
White with #37FFF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37FFF7; }
p { color: rgb(55,255,247); }
H1.HeaderClassName
{
color: #37FFF7;
}
.AnyTagClassName
{
color: #37FFF7;
}
</style>
background-color css
<style>
a { background-color: #37FFF7; }
a { background-color: rgb(55,255,247); }
div.DivClassName
{
background-color: #37FFF7;
}
.BgClassName
{
background-color: #37FFF7;
}
</style>
border-color css
<style>
span { border-color: #37FFF7; }
span { border-color: rgb(55,255,247); }
td.TdClassName
{
border-color: #37FFF7;
}
.TagClassName
{
border-color: #37FFF7;
}
</style>