Shades of Medium Turquoise #37CFCA
Tints of Medium Turquoise #37CFCA
RGB
CMYK
RGB Variations
Color information
#37CFCA (or 0x37CFCA) is known color: Medium Turquoise. HEX triplet: 37, CF and CA. RGB value is (55,207,202). Sum of RGB (Red+Green+Blue) = 55+207+202=464 (61% of max value = 765). Red value is 55 (21.88% from 255 or 11.85% from 464); Green value is 207 (81.25% from 255 or 44.61% from 464); Blue value is 202 (79.30% from 255 or 43.53% from 464); Max value from RGB is 207 - color contains mainly: green. Hex color #37CFCA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37CFCA is #C83035. Grayscale: #A0A0A0. Windows color (decimal): -13119542 or 13291319. OLE color: 13291319.
HSL color Cylindrical-coordinate representation of color #37CFCA: hue angle of 178.03º 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 #37CFCA is Cyan = 0.73, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 55 | 207 | 202 | - |
| CMYK | 0.73 | 0 | 0.02 | 0.19 |
| HSL | 178.03º | 0.61% | 0.51% | - |
| HSV(B) | 178.03º | 0.73% | 0.81% | - |
| XYZ | 34.55 | 49.7 | 63.65 | - |
| YUV | 160.98 | 151.14 | 52.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 207 | 202 | 0.73 | 0 | 0.02 | 0.19 | 178.03 | 0.61 | 0.51 |
| Hex | 37 | CF | CA | 49 | 0 | 2 | 13 | B2 | 3D | 33 |
| Octal | 67 | 317 | 312 | 111 | 0 | 2 | 23 | 262 | 75 | 63 |
| Binary | 110111 | 11001111 | 11001010 | 1001001 | 0 | 10 | 10011 | 10110010 | 111101 | 110011 |
Color Harmonies of #37CFCA
Complementary color
Monochromatic Colors of #37CFCA
Black with #37CFCA
Text Example
Text Example
White with #37CFCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37CFCA; }
p { color: rgb(55,207,202); }
H1.HeaderClassName
{
color: #37CFCA;
}
.AnyTagClassName
{
color: #37CFCA;
}
</style>
background-color css
<style>
a { background-color: #37CFCA; }
a { background-color: rgb(55,207,202); }
div.DivClassName
{
background-color: #37CFCA;
}
.BgClassName
{
background-color: #37CFCA;
}
</style>
border-color css
<style>
span { border-color: #37CFCA; }
span { border-color: rgb(55,207,202); }
td.TdClassName
{
border-color: #37CFCA;
}
.TagClassName
{
border-color: #37CFCA;
}
</style>