Shades of Medium Turquoise #37CDD5
Tints of Medium Turquoise #37CDD5
RGB
CMYK
RGB Variations
Color information
#37CDD5 (or 0x37CDD5) is known color: Medium Turquoise. HEX triplet: 37, CD and D5. RGB value is (55,205,213). Sum of RGB (Red+Green+Blue) = 55+205+213=473 (62% of max value = 765). Red value is 55 (21.88% from 255 or 11.63% from 473); Green value is 205 (80.47% from 255 or 43.34% from 473); Blue value is 213 (83.59% from 255 or 45.03% from 473); Max value from RGB is 213 - color contains mainly: blue. Hex color #37CDD5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37CDD5 is #C8322A. Grayscale: #A0A0A0. Windows color (decimal): -13120043 or 14011703. OLE color: 14011703.
HSL color Cylindrical-coordinate representation of color #37CDD5: hue angle of 183.04º 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 #37CDD5 is Cyan = 0.74, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 55 | 205 | 213 | - |
| CMYK | 0.74 | 0.04 | 0 | 0.16 |
| HSL | 183.04º | 0.65% | 0.53% | - |
| HSV(B) | 183.04º | 0.74% | 0.84% | - |
| XYZ | 35.42 | 49.28 | 70.6 | - |
| YUV | 161.06 | 157.31 | 52.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 205 | 213 | 0.74 | 0.04 | 0 | 0.16 | 183.04 | 0.65 | 0.53 |
| Hex | 37 | CD | D5 | 4A | 4 | 0 | 10 | B7 | 41 | 35 |
| Octal | 67 | 315 | 325 | 112 | 4 | 0 | 20 | 267 | 101 | 65 |
| Binary | 110111 | 11001101 | 11010101 | 1001010 | 100 | 0 | 10000 | 10110111 | 1000001 | 110101 |
Color Harmonies of #37CDD5
Complementary color
Monochromatic Colors of #37CDD5
Black with #37CDD5
Text Example
Text Example
White with #37CDD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37CDD5; }
p { color: rgb(55,205,213); }
H1.HeaderClassName
{
color: #37CDD5;
}
.AnyTagClassName
{
color: #37CDD5;
}
</style>
background-color css
<style>
a { background-color: #37CDD5; }
a { background-color: rgb(55,205,213); }
div.DivClassName
{
background-color: #37CDD5;
}
.BgClassName
{
background-color: #37CDD5;
}
</style>
border-color css
<style>
span { border-color: #37CDD5; }
span { border-color: rgb(55,205,213); }
td.TdClassName
{
border-color: #37CDD5;
}
.TagClassName
{
border-color: #37CDD5;
}
</style>