Shades of Medium Turquoise #37CFCD
Tints of Medium Turquoise #37CFCD
RGB
CMYK
RGB Variations
Color information
#37CFCD (or 0x37CFCD) is known color: Medium Turquoise. HEX triplet: 37, CF and CD. RGB value is (55,207,205). Sum of RGB (Red+Green+Blue) = 55+207+205=467 (61% of max value = 765). Red value is 55 (21.88% from 255 or 11.78% from 467); Green value is 207 (81.25% from 255 or 44.33% from 467); Blue value is 205 (80.47% from 255 or 43.90% from 467); Max value from RGB is 207 - color contains mainly: green. Hex color #37CFCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37CFCD is #C83032. Grayscale: #A1A1A1. Windows color (decimal): -13119539 or 13487927. OLE color: 13487927.
HSL color Cylindrical-coordinate representation of color #37CFCD: hue angle of 179.21º 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 #37CFCD is Cyan = 0.73, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 55 | 207 | 205 | - |
| CMYK | 0.73 | 0 | 0.01 | 0.19 |
| HSL | 179.21º | 0.61% | 0.51% | - |
| HSV(B) | 179.21º | 0.73% | 0.81% | - |
| XYZ | 34.91 | 49.85 | 65.54 | - |
| YUV | 161.32 | 152.64 | 52.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 207 | 205 | 0.73 | 0 | 0.01 | 0.19 | 179.21 | 0.61 | 0.51 |
| Hex | 37 | CF | CD | 49 | 0 | 1 | 13 | B3 | 3D | 33 |
| Octal | 67 | 317 | 315 | 111 | 0 | 1 | 23 | 263 | 75 | 63 |
| Binary | 110111 | 11001111 | 11001101 | 1001001 | 0 | 1 | 10011 | 10110011 | 111101 | 110011 |
Color Harmonies of #37CFCD
Complementary color
Monochromatic Colors of #37CFCD
Black with #37CFCD
Text Example
Text Example
White with #37CFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37CFCD; }
p { color: rgb(55,207,205); }
H1.HeaderClassName
{
color: #37CFCD;
}
.AnyTagClassName
{
color: #37CFCD;
}
</style>
background-color css
<style>
a { background-color: #37CFCD; }
a { background-color: rgb(55,207,205); }
div.DivClassName
{
background-color: #37CFCD;
}
.BgClassName
{
background-color: #37CFCD;
}
</style>
border-color css
<style>
span { border-color: #37CFCD; }
span { border-color: rgb(55,207,205); }
td.TdClassName
{
border-color: #37CFCD;
}
.TagClassName
{
border-color: #37CFCD;
}
</style>