Shades of Medium Turquoise #37CFC2
Tints of Medium Turquoise #37CFC2
RGB
CMYK
RGB Variations
Color information
#37CFC2 (or 0x37CFC2) is known color: Medium Turquoise. HEX triplet: 37, CF and C2. RGB value is (55,207,194). Sum of RGB (Red+Green+Blue) = 55+207+194=456 (60% of max value = 765). Red value is 55 (21.88% from 255 or 12.06% from 456); Green value is 207 (81.25% from 255 or 45.39% from 456); Blue value is 194 (76.17% from 255 or 42.54% from 456); Max value from RGB is 207 - color contains mainly: green. Hex color #37CFC2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37CFC2 is #C8303D. Grayscale: #9F9F9F. Windows color (decimal): -13119550 or 12767031. OLE color: 12767031.
HSL color Cylindrical-coordinate representation of color #37CFC2: hue angle of 174.87º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #37CFC2 is Cyan = 0.73, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 55 | 207 | 194 | - |
| CMYK | 0.73 | 0 | 0.06 | 0.19 |
| HSL | 174.87º | 0.61% | 0.51% | - |
| HSV(B) | 174.87º | 0.73% | 0.81% | - |
| XYZ | 33.63 | 49.33 | 58.79 | - |
| YUV | 160.07 | 147.14 | 53.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 207 | 194 | 0.73 | 0 | 0.06 | 0.19 | 174.87 | 0.61 | 0.51 |
| Hex | 37 | CF | C2 | 49 | 0 | 6 | 13 | AF | 3D | 33 |
| Octal | 67 | 317 | 302 | 111 | 0 | 6 | 23 | 257 | 75 | 63 |
| Binary | 110111 | 11001111 | 11000010 | 1001001 | 0 | 110 | 10011 | 10101111 | 111101 | 110011 |
Color Harmonies of #37CFC2
Complementary color
Monochromatic Colors of #37CFC2
Black with #37CFC2
Text Example
Text Example
White with #37CFC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37CFC2; }
p { color: rgb(55,207,194); }
H1.HeaderClassName
{
color: #37CFC2;
}
.AnyTagClassName
{
color: #37CFC2;
}
</style>
background-color css
<style>
a { background-color: #37CFC2; }
a { background-color: rgb(55,207,194); }
div.DivClassName
{
background-color: #37CFC2;
}
.BgClassName
{
background-color: #37CFC2;
}
</style>
border-color css
<style>
span { border-color: #37CFC2; }
span { border-color: rgb(55,207,194); }
td.TdClassName
{
border-color: #37CFC2;
}
.TagClassName
{
border-color: #37CFC2;
}
</style>