Shades of Medium Turquoise #37CBDD
Tints of Medium Turquoise #37CBDD
RGB
CMYK
RGB Variations
Color information
#37CBDD (or 0x37CBDD) is known color: Medium Turquoise. HEX triplet: 37, CB and DD. RGB value is (55,203,221). Sum of RGB (Red+Green+Blue) = 55+203+221=479 (63% of max value = 765). Red value is 55 (21.88% from 255 or 11.48% from 479); Green value is 203 (79.69% from 255 or 42.38% from 479); Blue value is 221 (86.72% from 255 or 46.14% from 479); Max value from RGB is 221 - color contains mainly: blue. Hex color #37CBDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37CBDD is #C83422. Grayscale: #A0A0A0. Windows color (decimal): -13120547 or 14535479. OLE color: 14535479.
HSL color Cylindrical-coordinate representation of color #37CBDD: hue angle of 186.51º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #37CBDD is Cyan = 0.75, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 55 | 203 | 221 | - |
| CMYK | 0.75 | 0.08 | 0 | 0.13 |
| HSL | 186.51º | 0.71% | 0.54% | - |
| HSV(B) | 186.51º | 0.75% | 0.87% | - |
| XYZ | 35.98 | 48.74 | 75.92 | - |
| YUV | 160.8 | 161.97 | 52.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 203 | 221 | 0.75 | 0.08 | 0 | 0.13 | 186.51 | 0.71 | 0.54 |
| Hex | 37 | CB | DD | 4B | 8 | 0 | D | BB | 47 | 36 |
| Octal | 67 | 313 | 335 | 113 | 10 | 0 | 15 | 273 | 107 | 66 |
| Binary | 110111 | 11001011 | 11011101 | 1001011 | 1000 | 0 | 1101 | 10111011 | 1000111 | 110110 |
Color Harmonies of #37CBDD
Complementary color
Monochromatic Colors of #37CBDD
Black with #37CBDD
Text Example
Text Example
White with #37CBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37CBDD; }
p { color: rgb(55,203,221); }
H1.HeaderClassName
{
color: #37CBDD;
}
.AnyTagClassName
{
color: #37CBDD;
}
</style>
background-color css
<style>
a { background-color: #37CBDD; }
a { background-color: rgb(55,203,221); }
div.DivClassName
{
background-color: #37CBDD;
}
.BgClassName
{
background-color: #37CBDD;
}
</style>
border-color css
<style>
span { border-color: #37CBDD; }
span { border-color: rgb(55,203,221); }
td.TdClassName
{
border-color: #37CBDD;
}
.TagClassName
{
border-color: #37CBDD;
}
</style>