Shades of Medium Turquoise #37CDE1
Tints of Medium Turquoise #37CDE1
RGB
CMYK
RGB Variations
Color information
#37CDE1 (or 0x37CDE1) is known color: Medium Turquoise. HEX triplet: 37, CD and E1. RGB value is (55,205,225). Sum of RGB (Red+Green+Blue) = 55+205+225=485 (64% of max value = 765). Red value is 55 (21.88% from 255 or 11.34% from 485); Green value is 205 (80.47% from 255 or 42.27% from 485); Blue value is 225 (88.28% from 255 or 46.39% from 485); Max value from RGB is 225 - color contains mainly: blue. Hex color #37CDE1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37CDE1 is #C8321E. Grayscale: #A2A2A2. Windows color (decimal): -13120031 or 14798135. OLE color: 14798135.
HSL color Cylindrical-coordinate representation of color #37CDE1: hue angle of 187.06º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #37CDE1 is Cyan = 0.76, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 55 | 205 | 225 | - |
| CMYK | 0.76 | 0.09 | 0 | 0.12 |
| HSL | 187.06º | 0.74% | 0.55% | - |
| HSV(B) | 187.06º | 0.76% | 0.88% | - |
| XYZ | 37 | 49.91 | 78.92 | - |
| YUV | 162.43 | 163.31 | 51.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 205 | 225 | 0.76 | 0.09 | 0 | 0.12 | 187.06 | 0.74 | 0.55 |
| Hex | 37 | CD | E1 | 4C | 9 | 0 | C | BB | 4A | 37 |
| Octal | 67 | 315 | 341 | 114 | 11 | 0 | 14 | 273 | 112 | 67 |
| Binary | 110111 | 11001101 | 11100001 | 1001100 | 1001 | 0 | 1100 | 10111011 | 1001010 | 110111 |
Color Harmonies of #37CDE1
Complementary color
Monochromatic Colors of #37CDE1
Black with #37CDE1
Text Example
Text Example
White with #37CDE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37CDE1; }
p { color: rgb(55,205,225); }
H1.HeaderClassName
{
color: #37CDE1;
}
.AnyTagClassName
{
color: #37CDE1;
}
</style>
background-color css
<style>
a { background-color: #37CDE1; }
a { background-color: rgb(55,205,225); }
div.DivClassName
{
background-color: #37CDE1;
}
.BgClassName
{
background-color: #37CDE1;
}
</style>
border-color css
<style>
span { border-color: #37CDE1; }
span { border-color: rgb(55,205,225); }
td.TdClassName
{
border-color: #37CDE1;
}
.TagClassName
{
border-color: #37CDE1;
}
</style>