Shades of Medium Turquoise #37CCDB
Tints of Medium Turquoise #37CCDB
RGB
CMYK
RGB Variations
Color information
#37CCDB (or 0x37CCDB) is known color: Medium Turquoise. HEX triplet: 37, CC and DB. RGB value is (55,204,219). Sum of RGB (Red+Green+Blue) = 55+204+219=478 (63% of max value = 765). Red value is 55 (21.88% from 255 or 11.51% from 478); Green value is 204 (80.08% from 255 or 42.68% from 478); Blue value is 219 (85.94% from 255 or 45.82% from 478); Max value from RGB is 219 - color contains mainly: blue. Hex color #37CCDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37CCDB is #C83324. Grayscale: #A0A0A0. Windows color (decimal): -13120293 or 14404663. OLE color: 14404663.
HSL color Cylindrical-coordinate representation of color #37CCDB: hue angle of 185.49º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #37CCDB is Cyan = 0.75, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 55 | 204 | 219 | - |
| CMYK | 0.75 | 0.07 | 0 | 0.14 |
| HSL | 185.49º | 0.69% | 0.54% | - |
| HSV(B) | 185.49º | 0.75% | 0.86% | - |
| XYZ | 35.95 | 49.11 | 74.6 | - |
| YUV | 161.16 | 160.64 | 52.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 204 | 219 | 0.75 | 0.07 | 0 | 0.14 | 185.49 | 0.69 | 0.54 |
| Hex | 37 | CC | DB | 4B | 7 | 0 | E | B9 | 45 | 36 |
| Octal | 67 | 314 | 333 | 113 | 7 | 0 | 16 | 271 | 105 | 66 |
| Binary | 110111 | 11001100 | 11011011 | 1001011 | 111 | 0 | 1110 | 10111001 | 1000101 | 110110 |
Color Harmonies of #37CCDB
Complementary color
Monochromatic Colors of #37CCDB
Black with #37CCDB
Text Example
Text Example
White with #37CCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37CCDB; }
p { color: rgb(55,204,219); }
H1.HeaderClassName
{
color: #37CCDB;
}
.AnyTagClassName
{
color: #37CCDB;
}
</style>
background-color css
<style>
a { background-color: #37CCDB; }
a { background-color: rgb(55,204,219); }
div.DivClassName
{
background-color: #37CCDB;
}
.BgClassName
{
background-color: #37CCDB;
}
</style>
border-color css
<style>
span { border-color: #37CCDB; }
span { border-color: rgb(55,204,219); }
td.TdClassName
{
border-color: #37CCDB;
}
.TagClassName
{
border-color: #37CCDB;
}
</style>