Shades of Medium Turquoise #37CAC5
Tints of Medium Turquoise #37CAC5
RGB
CMYK
RGB Variations
Color information
#37CAC5 (or 0x37CAC5) is known color: Medium Turquoise. HEX triplet: 37, CA and C5. RGB value is (55,202,197). Sum of RGB (Red+Green+Blue) = 55+202+197=454 (60% of max value = 765). Red value is 55 (21.88% from 255 or 12.11% from 454); Green value is 202 (79.30% from 255 or 44.49% from 454); Blue value is 197 (77.34% from 255 or 43.39% from 454); Max value from RGB is 202 - color contains mainly: green. Hex color #37CAC5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37CAC5 is #C8353A. Grayscale: #9D9D9D. Windows color (decimal): -13120827 or 12962359. OLE color: 12962359.
HSL color Cylindrical-coordinate representation of color #37CAC5: hue angle of 177.96º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #37CAC5 is Cyan = 0.73, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 55 | 202 | 197 | - |
| CMYK | 0.73 | 0 | 0.02 | 0.21 |
| HSL | 177.96º | 0.58% | 0.5% | - |
| HSV(B) | 177.96º | 0.73% | 0.79% | - |
| XYZ | 32.77 | 47.08 | 60.18 | - |
| YUV | 157.48 | 150.3 | 54.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 202 | 197 | 0.73 | 0 | 0.02 | 0.21 | 177.96 | 0.58 | 0.5 |
| Hex | 37 | CA | C5 | 49 | 0 | 2 | 15 | B2 | 3A | 32 |
| Octal | 67 | 312 | 305 | 111 | 0 | 2 | 25 | 262 | 72 | 62 |
| Binary | 110111 | 11001010 | 11000101 | 1001001 | 0 | 10 | 10101 | 10110010 | 111010 | 110010 |
Color Harmonies of #37CAC5
Complementary color
Monochromatic Colors of #37CAC5
Black with #37CAC5
Text Example
Text Example
White with #37CAC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37CAC5; }
p { color: rgb(55,202,197); }
H1.HeaderClassName
{
color: #37CAC5;
}
.AnyTagClassName
{
color: #37CAC5;
}
</style>
background-color css
<style>
a { background-color: #37CAC5; }
a { background-color: rgb(55,202,197); }
div.DivClassName
{
background-color: #37CAC5;
}
.BgClassName
{
background-color: #37CAC5;
}
</style>
border-color css
<style>
span { border-color: #37CAC5; }
span { border-color: rgb(55,202,197); }
td.TdClassName
{
border-color: #37CAC5;
}
.TagClassName
{
border-color: #37CAC5;
}
</style>