Shades of Medium Turquoise #37CED5
Tints of Medium Turquoise #37CED5
RGB
CMYK
RGB Variations
Color information
#37CED5 (or 0x37CED5) is known color: Medium Turquoise. HEX triplet: 37, CE and D5. RGB value is (55,206,213). Sum of RGB (Red+Green+Blue) = 55+206+213=474 (62% of max value = 765). Red value is 55 (21.88% from 255 or 11.60% from 474); Green value is 206 (80.86% from 255 or 43.46% from 474); Blue value is 213 (83.59% from 255 or 44.94% from 474); Max value from RGB is 213 - color contains mainly: blue. Hex color #37CED5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37CED5 is #C8312A. Grayscale: #A1A1A1. Windows color (decimal): -13119787 or 14011959. OLE color: 14011959.
HSL color Cylindrical-coordinate representation of color #37CED5: hue angle of 182.66º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #37CED5 is Cyan = 0.74, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 55 | 206 | 213 | - |
| CMYK | 0.74 | 0.03 | 0 | 0.16 |
| HSL | 182.66º | 0.65% | 0.53% | - |
| HSV(B) | 182.66º | 0.74% | 0.84% | - |
| XYZ | 35.66 | 49.76 | 70.68 | - |
| YUV | 161.65 | 156.97 | 51.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 206 | 213 | 0.74 | 0.03 | 0 | 0.16 | 182.66 | 0.65 | 0.53 |
| Hex | 37 | CE | D5 | 4A | 3 | 0 | 10 | B7 | 41 | 35 |
| Octal | 67 | 316 | 325 | 112 | 3 | 0 | 20 | 267 | 101 | 65 |
| Binary | 110111 | 11001110 | 11010101 | 1001010 | 11 | 0 | 10000 | 10110111 | 1000001 | 110101 |
Color Harmonies of #37CED5
Complementary color
Monochromatic Colors of #37CED5
Black with #37CED5
Text Example
Text Example
White with #37CED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37CED5; }
p { color: rgb(55,206,213); }
H1.HeaderClassName
{
color: #37CED5;
}
.AnyTagClassName
{
color: #37CED5;
}
</style>
background-color css
<style>
a { background-color: #37CED5; }
a { background-color: rgb(55,206,213); }
div.DivClassName
{
background-color: #37CED5;
}
.BgClassName
{
background-color: #37CED5;
}
</style>
border-color css
<style>
span { border-color: #37CED5; }
span { border-color: rgb(55,206,213); }
td.TdClassName
{
border-color: #37CED5;
}
.TagClassName
{
border-color: #37CED5;
}
</style>