Shades of Turquoise #37DDEC
Tints of Turquoise #37DDEC
RGB
CMYK
RGB Variations
Color information
#37DDEC (or 0x37DDEC) is known color: Turquoise. HEX triplet: 37, DD and EC. RGB value is (55,221,236). Sum of RGB (Red+Green+Blue) = 55+221+236=512 (67% of max value = 765). Red value is 55 (21.88% from 255 or 10.74% from 512); Green value is 221 (86.72% from 255 or 43.16% from 512); Blue value is 236 (92.58% from 255 or 46.09% from 512); Max value from RGB is 236 - color contains mainly: blue. Hex color #37DDEC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #37DDEC is #C82213. Grayscale: #ACACAC. Windows color (decimal): -13115924 or 15523127. OLE color: 15523127.
HSL color Cylindrical-coordinate representation of color #37DDEC: hue angle of 184.97º 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 #37DDEC is Cyan = 0.77, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 55 | 221 | 236 | - |
| CMYK | 0.77 | 0.06 | 0 | 0.07 |
| HSL | 184.97º | 0.83% | 0.57% | - |
| HSV(B) | 184.97º | 0.77% | 0.93% | - |
| XYZ | 42.57 | 58.58 | 88.42 | - |
| YUV | 173.08 | 163.5 | 43.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 221 | 236 | 0.77 | 0.06 | 0 | 0.07 | 184.97 | 0.83 | 0.57 |
| Hex | 37 | DD | EC | 4D | 6 | 0 | 7 | B9 | 53 | 39 |
| Octal | 67 | 335 | 354 | 115 | 6 | 0 | 7 | 271 | 123 | 71 |
| Binary | 110111 | 11011101 | 11101100 | 1001101 | 110 | 0 | 111 | 10111001 | 1010011 | 111001 |
Color Harmonies of #37DDEC
Complementary color
Monochromatic Colors of #37DDEC
Black with #37DDEC
Text Example
Text Example
White with #37DDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37DDEC; }
p { color: rgb(55,221,236); }
H1.HeaderClassName
{
color: #37DDEC;
}
.AnyTagClassName
{
color: #37DDEC;
}
</style>
background-color css
<style>
a { background-color: #37DDEC; }
a { background-color: rgb(55,221,236); }
div.DivClassName
{
background-color: #37DDEC;
}
.BgClassName
{
background-color: #37DDEC;
}
</style>
border-color css
<style>
span { border-color: #37DDEC; }
span { border-color: rgb(55,221,236); }
td.TdClassName
{
border-color: #37DDEC;
}
.TagClassName
{
border-color: #37DDEC;
}
</style>