Shades of Medium Turquoise #37CECB
Tints of Medium Turquoise #37CECB
RGB
CMYK
RGB Variations
Color information
#37CECB (or 0x37CECB) is known color: Medium Turquoise. HEX triplet: 37, CE and CB. RGB value is (55,206,203). Sum of RGB (Red+Green+Blue) = 55+206+203=464 (61% of max value = 765). Red value is 55 (21.88% from 255 or 11.85% from 464); Green value is 206 (80.86% from 255 or 44.40% from 464); Blue value is 203 (79.69% from 255 or 43.75% from 464); Max value from RGB is 206 - color contains mainly: green. Hex color #37CECB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37CECB is #C83134. Grayscale: #A0A0A0. Windows color (decimal): -13119797 or 13356599. OLE color: 13356599.
HSL color Cylindrical-coordinate representation of color #37CECB: hue angle of 178.81º 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 #37CECB is Cyan = 0.73, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 55 | 206 | 203 | - |
| CMYK | 0.73 | 0 | 0.01 | 0.19 |
| HSL | 178.81º | 0.61% | 0.51% | - |
| HSV(B) | 178.81º | 0.73% | 0.81% | - |
| XYZ | 34.43 | 49.27 | 64.19 | - |
| YUV | 160.51 | 151.97 | 52.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 206 | 203 | 0.73 | 0 | 0.01 | 0.19 | 178.81 | 0.61 | 0.51 |
| Hex | 37 | CE | CB | 49 | 0 | 1 | 13 | B3 | 3D | 33 |
| Octal | 67 | 316 | 313 | 111 | 0 | 1 | 23 | 263 | 75 | 63 |
| Binary | 110111 | 11001110 | 11001011 | 1001001 | 0 | 1 | 10011 | 10110011 | 111101 | 110011 |
Color Harmonies of #37CECB
Complementary color
Monochromatic Colors of #37CECB
Black with #37CECB
Text Example
Text Example
White with #37CECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37CECB; }
p { color: rgb(55,206,203); }
H1.HeaderClassName
{
color: #37CECB;
}
.AnyTagClassName
{
color: #37CECB;
}
</style>
background-color css
<style>
a { background-color: #37CECB; }
a { background-color: rgb(55,206,203); }
div.DivClassName
{
background-color: #37CECB;
}
.BgClassName
{
background-color: #37CECB;
}
</style>
border-color css
<style>
span { border-color: #37CECB; }
span { border-color: rgb(55,206,203); }
td.TdClassName
{
border-color: #37CECB;
}
.TagClassName
{
border-color: #37CECB;
}
</style>