Shades of Medium Turquoise #37CEDB
Tints of Medium Turquoise #37CEDB
RGB
CMYK
RGB Variations
Color information
#37CEDB (or 0x37CEDB) is known color: Medium Turquoise. HEX triplet: 37, CE and DB. RGB value is (55,206,219). Sum of RGB (Red+Green+Blue) = 55+206+219=480 (63% of max value = 765). Red value is 55 (21.88% from 255 or 11.46% from 480); Green value is 206 (80.86% from 255 or 42.92% from 480); Blue value is 219 (85.94% from 255 or 45.62% from 480); Max value from RGB is 219 - color contains mainly: blue. Hex color #37CEDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37CEDB is #C83124. Grayscale: #A2A2A2. Windows color (decimal): -13119781 or 14405175. OLE color: 14405175.
HSL color Cylindrical-coordinate representation of color #37CEDB: hue angle of 184.76º 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 #37CEDB is Cyan = 0.75, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 55 | 206 | 219 | - |
| CMYK | 0.75 | 0.06 | 0 | 0.14 |
| HSL | 184.76º | 0.69% | 0.54% | - |
| HSV(B) | 184.76º | 0.75% | 0.86% | - |
| XYZ | 36.43 | 50.07 | 74.76 | - |
| YUV | 162.33 | 159.97 | 51.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 206 | 219 | 0.75 | 0.06 | 0 | 0.14 | 184.76 | 0.69 | 0.54 |
| Hex | 37 | CE | DB | 4B | 6 | 0 | E | B9 | 45 | 36 |
| Octal | 67 | 316 | 333 | 113 | 6 | 0 | 16 | 271 | 105 | 66 |
| Binary | 110111 | 11001110 | 11011011 | 1001011 | 110 | 0 | 1110 | 10111001 | 1000101 | 110110 |
Color Harmonies of #37CEDB
Complementary color
Monochromatic Colors of #37CEDB
Black with #37CEDB
Text Example
Text Example
White with #37CEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37CEDB; }
p { color: rgb(55,206,219); }
H1.HeaderClassName
{
color: #37CEDB;
}
.AnyTagClassName
{
color: #37CEDB;
}
</style>
background-color css
<style>
a { background-color: #37CEDB; }
a { background-color: rgb(55,206,219); }
div.DivClassName
{
background-color: #37CEDB;
}
.BgClassName
{
background-color: #37CEDB;
}
</style>
border-color css
<style>
span { border-color: #37CEDB; }
span { border-color: rgb(55,206,219); }
td.TdClassName
{
border-color: #37CEDB;
}
.TagClassName
{
border-color: #37CEDB;
}
</style>