Shades of Turquoise #37F3C9
Tints of Turquoise #37F3C9
RGB
CMYK
RGB Variations
Color information
#37F3C9 (or 0x37F3C9) is known color: Turquoise. HEX triplet: 37, F3 and C9. RGB value is (55,243,201). Sum of RGB (Red+Green+Blue) = 55+243+201=499 (66% of max value = 765). Red value is 55 (21.88% from 255 or 11.02% from 499); Green value is 243 (95.31% from 255 or 48.70% from 499); Blue value is 201 (78.91% from 255 or 40.28% from 499); Max value from RGB is 243 - color contains mainly: green. Hex color #37F3C9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #37F3C9 is #C80C36. Grayscale: #B5B5B5. Windows color (decimal): -13110327 or 13234999. OLE color: 13234999.
HSL color Cylindrical-coordinate representation of color #37F3C9: hue angle of 166.6º degrees, saturation: 0.89, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #37F3C9 is Cyan = 0.77, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 55 | 243 | 201 | - |
| CMYK | 0.77 | 0 | 0.17 | 0.05 |
| HSL | 166.6º | 0.89% | 0.58% | - |
| HSV(B) | 166.6º | 0.77% | 0.95% | - |
| XYZ | 44.17 | 69.13 | 66.27 | - |
| YUV | 182 | 138.72 | 37.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 243 | 201 | 0.77 | 0 | 0.17 | 0.05 | 166.6 | 0.89 | 0.58 |
| Hex | 37 | F3 | C9 | 4D | 0 | 11 | 5 | A7 | 59 | 3A |
| Octal | 67 | 363 | 311 | 115 | 0 | 21 | 5 | 247 | 131 | 72 |
| Binary | 110111 | 11110011 | 11001001 | 1001101 | 0 | 10001 | 101 | 10100111 | 1011001 | 111010 |
Color Harmonies of #37F3C9
Complementary color
Monochromatic Colors of #37F3C9
Black with #37F3C9
Text Example
Text Example
White with #37F3C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37F3C9; }
p { color: rgb(55,243,201); }
H1.HeaderClassName
{
color: #37F3C9;
}
.AnyTagClassName
{
color: #37F3C9;
}
</style>
background-color css
<style>
a { background-color: #37F3C9; }
a { background-color: rgb(55,243,201); }
div.DivClassName
{
background-color: #37F3C9;
}
.BgClassName
{
background-color: #37F3C9;
}
</style>
border-color css
<style>
span { border-color: #37F3C9; }
span { border-color: rgb(55,243,201); }
td.TdClassName
{
border-color: #37F3C9;
}
.TagClassName
{
border-color: #37F3C9;
}
</style>