Shades of Medium Turquoise #37CFCF
Tints of Medium Turquoise #37CFCF
RGB
CMYK
RGB Variations
Color information
#37CFCF (or 0x37CFCF) is known color: Medium Turquoise. HEX triplet: 37, CF and CF. RGB value is (55,207,207). Sum of RGB (Red+Green+Blue) = 55+207+207=469 (62% of max value = 765). Red value is 55 (21.88% from 255 or 11.73% from 469); Green value is 207 (81.25% from 255 or 44.14% from 469); Blue value is 207 (81.25% from 255 or 44.14% from 469); Max value from RGB is 207 - color contains mainly: green, blue. Hex color #37CFCF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37CFCF is #C83030. Grayscale: #A1A1A1. Windows color (decimal): -13119537 or 13618999. OLE color: 13618999.
HSL color Cylindrical-coordinate representation of color #37CFCF: hue angle of 180º 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 #37CFCF is Cyan = 0.73, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 55 | 207 | 207 | - |
| CMYK | 0.73 | 0 | 0 | 0.19 |
| HSL | 180º | 0.61% | 0.51% | - |
| HSV(B) | 180º | 0.73% | 0.81% | - |
| XYZ | 35.15 | 49.94 | 66.82 | - |
| YUV | 161.55 | 153.64 | 52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 207 | 207 | 0.73 | 0 | 0 | 0.19 | 180 | 0.61 | 0.51 |
| Hex | 37 | CF | CF | 49 | 0 | 0 | 13 | B4 | 3D | 33 |
| Octal | 67 | 317 | 317 | 111 | 0 | 0 | 23 | 264 | 75 | 63 |
| Binary | 110111 | 11001111 | 11001111 | 1001001 | 0 | 0 | 10011 | 10110100 | 111101 | 110011 |
Color Harmonies of #37CFCF
Complementary color
Monochromatic Colors of #37CFCF
Black with #37CFCF
Text Example
Text Example
White with #37CFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37CFCF; }
p { color: rgb(55,207,207); }
H1.HeaderClassName
{
color: #37CFCF;
}
.AnyTagClassName
{
color: #37CFCF;
}
</style>
background-color css
<style>
a { background-color: #37CFCF; }
a { background-color: rgb(55,207,207); }
div.DivClassName
{
background-color: #37CFCF;
}
.BgClassName
{
background-color: #37CFCF;
}
</style>
border-color css
<style>
span { border-color: #37CFCF; }
span { border-color: rgb(55,207,207); }
td.TdClassName
{
border-color: #37CFCF;
}
.TagClassName
{
border-color: #37CFCF;
}
</style>