Shades of Turquoise #37DCEC
Tints of Turquoise #37DCEC
RGB
CMYK
RGB Variations
Color information
#37DCEC (or 0x37DCEC) is known color: Turquoise. HEX triplet: 37, DC and EC. RGB value is (55,220,236). Sum of RGB (Red+Green+Blue) = 55+220+236=511 (67% of max value = 765). Red value is 55 (21.88% from 255 or 10.76% from 511); Green value is 220 (86.33% from 255 or 43.05% from 511); Blue value is 236 (92.58% from 255 or 46.18% from 511); Max value from RGB is 236 - color contains mainly: blue. Hex color #37DCEC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #37DCEC is #C82313. Grayscale: #ACACAC. Windows color (decimal): -13116180 or 15522871. OLE color: 15522871.
HSL color Cylindrical-coordinate representation of color #37DCEC: hue angle of 185.3º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #37DCEC is Cyan = 0.77, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 55 | 220 | 236 | - |
| CMYK | 0.77 | 0.07 | 0 | 0.07 |
| HSL | 185.3º | 0.83% | 0.57% | - |
| HSV(B) | 185.3º | 0.77% | 0.93% | - |
| XYZ | 42.31 | 58.05 | 88.33 | - |
| YUV | 172.49 | 163.84 | 44.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 220 | 236 | 0.77 | 0.07 | 0 | 0.07 | 185.3 | 0.83 | 0.57 |
| Hex | 37 | DC | EC | 4D | 7 | 0 | 7 | B9 | 53 | 39 |
| Octal | 67 | 334 | 354 | 115 | 7 | 0 | 7 | 271 | 123 | 71 |
| Binary | 110111 | 11011100 | 11101100 | 1001101 | 111 | 0 | 111 | 10111001 | 1010011 | 111001 |
Color Harmonies of #37DCEC
Complementary color
Monochromatic Colors of #37DCEC
Black with #37DCEC
Text Example
Text Example
White with #37DCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37DCEC; }
p { color: rgb(55,220,236); }
H1.HeaderClassName
{
color: #37DCEC;
}
.AnyTagClassName
{
color: #37DCEC;
}
</style>
background-color css
<style>
a { background-color: #37DCEC; }
a { background-color: rgb(55,220,236); }
div.DivClassName
{
background-color: #37DCEC;
}
.BgClassName
{
background-color: #37DCEC;
}
</style>
border-color css
<style>
span { border-color: #37DCEC; }
span { border-color: rgb(55,220,236); }
td.TdClassName
{
border-color: #37DCEC;
}
.TagClassName
{
border-color: #37DCEC;
}
</style>