Shades of Medium Turquoise #37CEB5
Tints of Medium Turquoise #37CEB5
RGB
CMYK
RGB Variations
Color information
#37CEB5 (or 0x37CEB5) is known color: Medium Turquoise. HEX triplet: 37, CE and B5. RGB value is (55,206,181). Sum of RGB (Red+Green+Blue) = 55+206+181=442 (58% of max value = 765). Red value is 55 (21.88% from 255 or 12.44% from 442); Green value is 206 (80.86% from 255 or 46.61% from 442); Blue value is 181 (71.09% from 255 or 40.95% from 442); Max value from RGB is 206 - color contains mainly: green. Hex color #37CEB5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37CEB5 is #C8314A. Grayscale: #9D9D9D. Windows color (decimal): -13119819 or 11914807. OLE color: 11914807.
HSL color Cylindrical-coordinate representation of color #37CEB5: hue angle of 170.07º 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 #37CEB5 is Cyan = 0.73, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 55 | 206 | 181 | - |
| CMYK | 0.73 | 0 | 0.12 | 0.19 |
| HSL | 170.07º | 0.61% | 0.51% | - |
| HSV(B) | 170.07º | 0.73% | 0.81% | - |
| XYZ | 31.99 | 48.29 | 51.35 | - |
| YUV | 158 | 140.97 | 54.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 206 | 181 | 0.73 | 0 | 0.12 | 0.19 | 170.07 | 0.61 | 0.51 |
| Hex | 37 | CE | B5 | 49 | 0 | C | 13 | AA | 3D | 33 |
| Octal | 67 | 316 | 265 | 111 | 0 | 14 | 23 | 252 | 75 | 63 |
| Binary | 110111 | 11001110 | 10110101 | 1001001 | 0 | 1100 | 10011 | 10101010 | 111101 | 110011 |
Color Harmonies of #37CEB5
Complementary color
Monochromatic Colors of #37CEB5
Black with #37CEB5
Text Example
Text Example
White with #37CEB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37CEB5; }
p { color: rgb(55,206,181); }
H1.HeaderClassName
{
color: #37CEB5;
}
.AnyTagClassName
{
color: #37CEB5;
}
</style>
background-color css
<style>
a { background-color: #37CEB5; }
a { background-color: rgb(55,206,181); }
div.DivClassName
{
background-color: #37CEB5;
}
.BgClassName
{
background-color: #37CEB5;
}
</style>
border-color css
<style>
span { border-color: #37CEB5; }
span { border-color: rgb(55,206,181); }
td.TdClassName
{
border-color: #37CEB5;
}
.TagClassName
{
border-color: #37CEB5;
}
</style>