Shades of Medium Turquoise #37BEC7
Tints of Medium Turquoise #37BEC7
RGB
CMYK
RGB Variations
Color information
#37BEC7 (or 0x37BEC7) is known color: Medium Turquoise. HEX triplet: 37, BE and C7. RGB value is (55,190,199). Sum of RGB (Red+Green+Blue) = 55+190+199=444 (58% of max value = 765). Red value is 55 (21.88% from 255 or 12.39% from 444); Green value is 190 (74.61% from 255 or 42.79% from 444); Blue value is 199 (78.12% from 255 or 44.82% from 444); Max value from RGB is 199 - color contains mainly: blue. Hex color #37BEC7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37BEC7 is #C84138. Grayscale: #969696. Windows color (decimal): -13123897 or 13090359. OLE color: 13090359.
HSL color Cylindrical-coordinate representation of color #37BEC7: hue angle of 183.75º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #37BEC7 is Cyan = 0.72, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 55 | 190 | 199 | - |
| CMYK | 0.72 | 0.05 | 0 | 0.22 |
| HSL | 183.75º | 0.57% | 0.5% | - |
| HSV(B) | 183.75º | 0.72% | 0.78% | - |
| XYZ | 30.3 | 41.76 | 60.5 | - |
| YUV | 150.66 | 155.27 | 59.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 190 | 199 | 0.72 | 0.05 | 0 | 0.22 | 183.75 | 0.57 | 0.5 |
| Hex | 37 | BE | C7 | 48 | 5 | 0 | 16 | B8 | 39 | 32 |
| Octal | 67 | 276 | 307 | 110 | 5 | 0 | 26 | 270 | 71 | 62 |
| Binary | 110111 | 10111110 | 11000111 | 1001000 | 101 | 0 | 10110 | 10111000 | 111001 | 110010 |
Color Harmonies of #37BEC7
Complementary color
Monochromatic Colors of #37BEC7
Black with #37BEC7
Text Example
Text Example
White with #37BEC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37BEC7; }
p { color: rgb(55,190,199); }
H1.HeaderClassName
{
color: #37BEC7;
}
.AnyTagClassName
{
color: #37BEC7;
}
</style>
background-color css
<style>
a { background-color: #37BEC7; }
a { background-color: rgb(55,190,199); }
div.DivClassName
{
background-color: #37BEC7;
}
.BgClassName
{
background-color: #37BEC7;
}
</style>
border-color css
<style>
span { border-color: #37BEC7; }
span { border-color: rgb(55,190,199); }
td.TdClassName
{
border-color: #37BEC7;
}
.TagClassName
{
border-color: #37BEC7;
}
</style>