Shades of Medium Turquoise #37CBC3
Tints of Medium Turquoise #37CBC3
RGB
CMYK
RGB Variations
Color information
#37CBC3 (or 0x37CBC3) is known color: Medium Turquoise. HEX triplet: 37, CB and C3. RGB value is (55,203,195). Sum of RGB (Red+Green+Blue) = 55+203+195=453 (60% of max value = 765). Red value is 55 (21.88% from 255 or 12.14% from 453); Green value is 203 (79.69% from 255 or 44.81% from 453); Blue value is 195 (76.56% from 255 or 43.05% from 453); Max value from RGB is 203 - color contains mainly: green. Hex color #37CBC3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37CBC3 is #C8343C. Grayscale: #9D9D9D. Windows color (decimal): -13120573 or 12831543. OLE color: 12831543.
HSL color Cylindrical-coordinate representation of color #37CBC3: hue angle of 176.76º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #37CBC3 is Cyan = 0.73, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 55 | 203 | 195 | - |
| CMYK | 0.73 | 0 | 0.04 | 0.20 |
| HSL | 176.76º | 0.59% | 0.51% | - |
| HSV(B) | 176.76º | 0.73% | 0.8% | - |
| XYZ | 32.78 | 47.46 | 59.06 | - |
| YUV | 157.84 | 148.97 | 54.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 203 | 195 | 0.73 | 0 | 0.04 | 0.20 | 176.76 | 0.59 | 0.51 |
| Hex | 37 | CB | C3 | 49 | 0 | 4 | 14 | B1 | 3B | 33 |
| Octal | 67 | 313 | 303 | 111 | 0 | 4 | 24 | 261 | 73 | 63 |
| Binary | 110111 | 11001011 | 11000011 | 1001001 | 0 | 100 | 10100 | 10110001 | 111011 | 110011 |
Color Harmonies of #37CBC3
Complementary color
Monochromatic Colors of #37CBC3
Black with #37CBC3
Text Example
Text Example
White with #37CBC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37CBC3; }
p { color: rgb(55,203,195); }
H1.HeaderClassName
{
color: #37CBC3;
}
.AnyTagClassName
{
color: #37CBC3;
}
</style>
background-color css
<style>
a { background-color: #37CBC3; }
a { background-color: rgb(55,203,195); }
div.DivClassName
{
background-color: #37CBC3;
}
.BgClassName
{
background-color: #37CBC3;
}
</style>
border-color css
<style>
span { border-color: #37CBC3; }
span { border-color: rgb(55,203,195); }
td.TdClassName
{
border-color: #37CBC3;
}
.TagClassName
{
border-color: #37CBC3;
}
</style>