Shades of Turquoise #37FFF3
Tints of Turquoise #37FFF3
RGB
CMYK
RGB Variations
Color information
#37FFF3 (or 0x37FFF3) is known color: Turquoise. HEX triplet: 37, FF and F3. RGB value is (55,255,243). Sum of RGB (Red+Green+Blue) = 55+255+243=553 (73% of max value = 765). Red value is 55 (21.88% from 255 or 9.95% from 553); Green value is 255 (100% from 255 or 46.11% from 553); Blue value is 243 (95.31% from 255 or 43.94% from 553); Max value from RGB is 255 - color contains mainly: green. Hex color #37FFF3 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #37FFF3 is #C8000C. Grayscale: #C1C1C1. Windows color (decimal): -13107213 or 15990583. OLE color: 15990583.
HSL color Cylindrical-coordinate representation of color #37FFF3: hue angle of 176.4º 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 #37FFF3 is Cyan = 0.78, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 55 | 255 | 243 | - |
| CMYK | 0.78 | 0 | 0.05 | 0 |
| HSL | 176.4º | 1% | 0.61% | - |
| HSV(B) | 176.4º | 0.78% | 1% | - |
| XYZ | 53.51 | 78.8 | 97.18 | - |
| YUV | 193.83 | 155.74 | 28.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 255 | 243 | 0.78 | 0 | 0.05 | 0 | 176.4 | 1 | 0.61 |
| Hex | 37 | FF | F3 | 4E | 0 | 5 | 0 | B0 | 64 | 3D |
| Octal | 67 | 377 | 363 | 116 | 0 | 5 | 0 | 260 | 144 | 75 |
| Binary | 110111 | 11111111 | 11110011 | 1001110 | 0 | 101 | 0 | 10110000 | 1100100 | 111101 |
Color Harmonies of #37FFF3
Complementary color
Monochromatic Colors of #37FFF3
Black with #37FFF3
Text Example
Text Example
White with #37FFF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37FFF3; }
p { color: rgb(55,255,243); }
H1.HeaderClassName
{
color: #37FFF3;
}
.AnyTagClassName
{
color: #37FFF3;
}
</style>
background-color css
<style>
a { background-color: #37FFF3; }
a { background-color: rgb(55,255,243); }
div.DivClassName
{
background-color: #37FFF3;
}
.BgClassName
{
background-color: #37FFF3;
}
</style>
border-color css
<style>
span { border-color: #37FFF3; }
span { border-color: rgb(55,255,243); }
td.TdClassName
{
border-color: #37FFF3;
}
.TagClassName
{
border-color: #37FFF3;
}
</style>