Shades of Turquoise #37F9C5
Tints of Turquoise #37F9C5
RGB
CMYK
RGB Variations
Color information
#37F9C5 (or 0x37F9C5) is known color: Turquoise. HEX triplet: 37, F9 and C5. RGB value is (55,249,197). Sum of RGB (Red+Green+Blue) = 55+249+197=501 (66% of max value = 765). Red value is 55 (21.88% from 255 or 10.98% from 501); Green value is 249 (97.66% from 255 or 49.70% from 501); Blue value is 197 (77.34% from 255 or 39.32% from 501); Max value from RGB is 249 - color contains mainly: green. Hex color #37F9C5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #37F9C5 is #C8063A. Grayscale: #B9B9B9. Windows color (decimal): -13108795 or 12974391. OLE color: 12974391.
HSL color Cylindrical-coordinate representation of color #37F9C5: hue angle of 163.92º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #37F9C5 is Cyan = 0.78, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 55 | 249 | 197 | - |
| CMYK | 0.78 | 0 | 0.21 | 0.02 |
| HSL | 163.92º | 0.94% | 0.6% | - |
| HSV(B) | 163.92º | 0.78% | 0.98% | - |
| XYZ | 45.53 | 72.59 | 64.44 | - |
| YUV | 185.07 | 134.73 | 35.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 249 | 197 | 0.78 | 0 | 0.21 | 0.02 | 163.92 | 0.94 | 0.6 |
| Hex | 37 | F9 | C5 | 4E | 0 | 15 | 2 | A4 | 5E | 3C |
| Octal | 67 | 371 | 305 | 116 | 0 | 25 | 2 | 244 | 136 | 74 |
| Binary | 110111 | 11111001 | 11000101 | 1001110 | 0 | 10101 | 10 | 10100100 | 1011110 | 111100 |
Color Harmonies of #37F9C5
Complementary color
Monochromatic Colors of #37F9C5
Black with #37F9C5
Text Example
Text Example
White with #37F9C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37F9C5; }
p { color: rgb(55,249,197); }
H1.HeaderClassName
{
color: #37F9C5;
}
.AnyTagClassName
{
color: #37F9C5;
}
</style>
background-color css
<style>
a { background-color: #37F9C5; }
a { background-color: rgb(55,249,197); }
div.DivClassName
{
background-color: #37F9C5;
}
.BgClassName
{
background-color: #37F9C5;
}
</style>
border-color css
<style>
span { border-color: #37F9C5; }
span { border-color: rgb(55,249,197); }
td.TdClassName
{
border-color: #37F9C5;
}
.TagClassName
{
border-color: #37F9C5;
}
</style>