Shades of Turquoise #37F3C3
Tints of Turquoise #37F3C3
RGB
CMYK
RGB Variations
Color information
#37F3C3 (or 0x37F3C3) is known color: Turquoise. HEX triplet: 37, F3 and C3. RGB value is (55,243,195). Sum of RGB (Red+Green+Blue) = 55+243+195=493 (65% of max value = 765). Red value is 55 (21.88% from 255 or 11.16% from 493); Green value is 243 (95.31% from 255 or 49.29% from 493); Blue value is 195 (76.56% from 255 or 39.55% from 493); Max value from RGB is 243 - color contains mainly: green. Hex color #37F3C3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #37F3C3 is #C80C3C. Grayscale: #B5B5B5. Windows color (decimal): -13110333 or 12841783. OLE color: 12841783.
HSL color Cylindrical-coordinate representation of color #37F3C3: hue angle of 164.68º 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 #37F3C3 is Cyan = 0.77, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 55 | 243 | 195 | - |
| CMYK | 0.77 | 0 | 0.20 | 0.05 |
| HSL | 164.68º | 0.89% | 0.58% | - |
| HSV(B) | 164.68º | 0.77% | 0.95% | - |
| XYZ | 43.48 | 68.85 | 62.63 | - |
| YUV | 181.32 | 135.72 | 37.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 243 | 195 | 0.77 | 0 | 0.20 | 0.05 | 164.68 | 0.89 | 0.58 |
| Hex | 37 | F3 | C3 | 4D | 0 | 14 | 5 | A5 | 59 | 3A |
| Octal | 67 | 363 | 303 | 115 | 0 | 24 | 5 | 245 | 131 | 72 |
| Binary | 110111 | 11110011 | 11000011 | 1001101 | 0 | 10100 | 101 | 10100101 | 1011001 | 111010 |
Color Harmonies of #37F3C3
Complementary color
Monochromatic Colors of #37F3C3
Black with #37F3C3
Text Example
Text Example
White with #37F3C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37F3C3; }
p { color: rgb(55,243,195); }
H1.HeaderClassName
{
color: #37F3C3;
}
.AnyTagClassName
{
color: #37F3C3;
}
</style>
background-color css
<style>
a { background-color: #37F3C3; }
a { background-color: rgb(55,243,195); }
div.DivClassName
{
background-color: #37F3C3;
}
.BgClassName
{
background-color: #37F3C3;
}
</style>
border-color css
<style>
span { border-color: #37F3C3; }
span { border-color: rgb(55,243,195); }
td.TdClassName
{
border-color: #37F3C3;
}
.TagClassName
{
border-color: #37F3C3;
}
</style>