Shades of Medium Turquoise #37CECF
Tints of Medium Turquoise #37CECF
RGB
CMYK
RGB Variations
Color information
#37CECF (or 0x37CECF) is known color: Medium Turquoise. HEX triplet: 37, CE and CF. RGB value is (55,206,207). Sum of RGB (Red+Green+Blue) = 55+206+207=468 (61% of max value = 765). Red value is 55 (21.88% from 255 or 11.75% from 468); Green value is 206 (80.86% from 255 or 44.02% from 468); Blue value is 207 (81.25% from 255 or 44.23% from 468); Max value from RGB is 207 - color contains mainly: blue. Hex color #37CECF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37CECF is #C83130. Grayscale: #A0A0A0. Windows color (decimal): -13119793 or 13618743. OLE color: 13618743.
HSL color Cylindrical-coordinate representation of color #37CECF: hue angle of 180.39º 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 #37CECF is Cyan = 0.73, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 55 | 206 | 207 | - |
| CMYK | 0.73 | 0.00 | 0 | 0.19 |
| HSL | 180.39º | 0.61% | 0.51% | - |
| HSV(B) | 180.39º | 0.73% | 0.81% | - |
| XYZ | 34.91 | 49.46 | 66.74 | - |
| YUV | 160.97 | 153.97 | 52.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 206 | 207 | 0.73 | 0.00 | 0 | 0.19 | 180.39 | 0.61 | 0.51 |
| Hex | 37 | CE | CF | 49 | 0 | 0 | 13 | B4 | 3D | 33 |
| Octal | 67 | 316 | 317 | 111 | 0 | 0 | 23 | 264 | 75 | 63 |
| Binary | 110111 | 11001110 | 11001111 | 1001001 | 0 | 0 | 10011 | 10110100 | 111101 | 110011 |
Color Harmonies of #37CECF
Complementary color
Monochromatic Colors of #37CECF
Black with #37CECF
Text Example
Text Example
White with #37CECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37CECF; }
p { color: rgb(55,206,207); }
H1.HeaderClassName
{
color: #37CECF;
}
.AnyTagClassName
{
color: #37CECF;
}
</style>
background-color css
<style>
a { background-color: #37CECF; }
a { background-color: rgb(55,206,207); }
div.DivClassName
{
background-color: #37CECF;
}
.BgClassName
{
background-color: #37CECF;
}
</style>
border-color css
<style>
span { border-color: #37CECF; }
span { border-color: rgb(55,206,207); }
td.TdClassName
{
border-color: #37CECF;
}
.TagClassName
{
border-color: #37CECF;
}
</style>