Shades of Medium Turquoise #37CFE0
Tints of Medium Turquoise #37CFE0
RGB
CMYK
RGB Variations
Color information
#37CFE0 (or 0x37CFE0) is known color: Medium Turquoise. HEX triplet: 37, CF and E0. RGB value is (55,207,224). Sum of RGB (Red+Green+Blue) = 55+207+224=486 (64% of max value = 765). Red value is 55 (21.88% from 255 or 11.32% from 486); Green value is 207 (81.25% from 255 or 42.59% from 486); Blue value is 224 (87.89% from 255 or 46.09% from 486); Max value from RGB is 224 - color contains mainly: blue. Hex color #37CFE0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37CFE0 is #C8301F. Grayscale: #A3A3A3. Windows color (decimal): -13119520 or 14733111. OLE color: 14733111.
HSL color Cylindrical-coordinate representation of color #37CFE0: hue angle of 186.04º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #37CFE0 is Cyan = 0.75, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 55 | 207 | 224 | - |
| CMYK | 0.75 | 0.08 | 0 | 0.12 |
| HSL | 186.04º | 0.73% | 0.55% | - |
| HSV(B) | 186.04º | 0.75% | 0.88% | - |
| XYZ | 37.34 | 50.82 | 78.36 | - |
| YUV | 163.49 | 162.14 | 50.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 207 | 224 | 0.75 | 0.08 | 0 | 0.12 | 186.04 | 0.73 | 0.55 |
| Hex | 37 | CF | E0 | 4B | 8 | 0 | C | BA | 49 | 37 |
| Octal | 67 | 317 | 340 | 113 | 10 | 0 | 14 | 272 | 111 | 67 |
| Binary | 110111 | 11001111 | 11100000 | 1001011 | 1000 | 0 | 1100 | 10111010 | 1001001 | 110111 |
Color Harmonies of #37CFE0
Complementary color
Monochromatic Colors of #37CFE0
Black with #37CFE0
Text Example
Text Example
White with #37CFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37CFE0; }
p { color: rgb(55,207,224); }
H1.HeaderClassName
{
color: #37CFE0;
}
.AnyTagClassName
{
color: #37CFE0;
}
</style>
background-color css
<style>
a { background-color: #37CFE0; }
a { background-color: rgb(55,207,224); }
div.DivClassName
{
background-color: #37CFE0;
}
.BgClassName
{
background-color: #37CFE0;
}
</style>
border-color css
<style>
span { border-color: #37CFE0; }
span { border-color: rgb(55,207,224); }
td.TdClassName
{
border-color: #37CFE0;
}
.TagClassName
{
border-color: #37CFE0;
}
</style>