Shades of Medium Turquoise #37CDD6
Tints of Medium Turquoise #37CDD6
RGB
CMYK
RGB Variations
Color information
#37CDD6 (or 0x37CDD6) is known color: Medium Turquoise. HEX triplet: 37, CD and D6. RGB value is (55,205,214). Sum of RGB (Red+Green+Blue) = 55+205+214=474 (62% of max value = 765). Red value is 55 (21.88% from 255 or 11.60% from 474); Green value is 205 (80.47% from 255 or 43.25% from 474); Blue value is 214 (83.98% from 255 or 45.15% from 474); Max value from RGB is 214 - color contains mainly: blue. Hex color #37CDD6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37CDD6 is #C83229. Grayscale: #A0A0A0. Windows color (decimal): -13120042 or 14077239. OLE color: 14077239.
HSL color Cylindrical-coordinate representation of color #37CDD6: hue angle of 183.4º degrees, saturation: 0.66, 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 #37CDD6 is Cyan = 0.74, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 55 | 205 | 214 | - |
| CMYK | 0.74 | 0.04 | 0 | 0.16 |
| HSL | 183.4º | 0.66% | 0.53% | - |
| HSV(B) | 183.4º | 0.74% | 0.84% | - |
| XYZ | 35.54 | 49.33 | 71.27 | - |
| YUV | 161.18 | 157.81 | 52.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 205 | 214 | 0.74 | 0.04 | 0 | 0.16 | 183.4 | 0.66 | 0.53 |
| Hex | 37 | CD | D6 | 4A | 4 | 0 | 10 | B7 | 42 | 35 |
| Octal | 67 | 315 | 326 | 112 | 4 | 0 | 20 | 267 | 102 | 65 |
| Binary | 110111 | 11001101 | 11010110 | 1001010 | 100 | 0 | 10000 | 10110111 | 1000010 | 110101 |
Color Harmonies of #37CDD6
Complementary color
Monochromatic Colors of #37CDD6
Black with #37CDD6
Text Example
Text Example
White with #37CDD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37CDD6; }
p { color: rgb(55,205,214); }
H1.HeaderClassName
{
color: #37CDD6;
}
.AnyTagClassName
{
color: #37CDD6;
}
</style>
background-color css
<style>
a { background-color: #37CDD6; }
a { background-color: rgb(55,205,214); }
div.DivClassName
{
background-color: #37CDD6;
}
.BgClassName
{
background-color: #37CDD6;
}
</style>
border-color css
<style>
span { border-color: #37CDD6; }
span { border-color: rgb(55,205,214); }
td.TdClassName
{
border-color: #37CDD6;
}
.TagClassName
{
border-color: #37CDD6;
}
</style>