Shades of Medium Turquoise #37CAC4
Tints of Medium Turquoise #37CAC4
RGB
CMYK
RGB Variations
Color information
#37CAC4 (or 0x37CAC4) is known color: Medium Turquoise. HEX triplet: 37, CA and C4. RGB value is (55,202,196). Sum of RGB (Red+Green+Blue) = 55+202+196=453 (60% of max value = 765). Red value is 55 (21.88% from 255 or 12.14% from 453); Green value is 202 (79.30% from 255 or 44.59% from 453); Blue value is 196 (76.95% from 255 or 43.27% from 453); Max value from RGB is 202 - color contains mainly: green. Hex color #37CAC4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37CAC4 is #C8353B. Grayscale: #9D9D9D. Windows color (decimal): -13120828 or 12896823. OLE color: 12896823.
HSL color Cylindrical-coordinate representation of color #37CAC4: hue angle of 177.55º 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 #37CAC4 is Cyan = 0.73, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 55 | 202 | 196 | - |
| CMYK | 0.73 | 0 | 0.03 | 0.21 |
| HSL | 177.55º | 0.58% | 0.5% | - |
| HSV(B) | 177.55º | 0.73% | 0.79% | - |
| XYZ | 32.66 | 47.04 | 59.58 | - |
| YUV | 157.36 | 149.8 | 54.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 202 | 196 | 0.73 | 0 | 0.03 | 0.21 | 177.55 | 0.58 | 0.5 |
| Hex | 37 | CA | C4 | 49 | 0 | 3 | 15 | B2 | 3A | 32 |
| Octal | 67 | 312 | 304 | 111 | 0 | 3 | 25 | 262 | 72 | 62 |
| Binary | 110111 | 11001010 | 11000100 | 1001001 | 0 | 11 | 10101 | 10110010 | 111010 | 110010 |
Color Harmonies of #37CAC4
Complementary color
Monochromatic Colors of #37CAC4
Black with #37CAC4
Text Example
Text Example
White with #37CAC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37CAC4; }
p { color: rgb(55,202,196); }
H1.HeaderClassName
{
color: #37CAC4;
}
.AnyTagClassName
{
color: #37CAC4;
}
</style>
background-color css
<style>
a { background-color: #37CAC4; }
a { background-color: rgb(55,202,196); }
div.DivClassName
{
background-color: #37CAC4;
}
.BgClassName
{
background-color: #37CAC4;
}
</style>
border-color css
<style>
span { border-color: #37CAC4; }
span { border-color: rgb(55,202,196); }
td.TdClassName
{
border-color: #37CAC4;
}
.TagClassName
{
border-color: #37CAC4;
}
</style>