Shades of Turquoise #37DCCC
Tints of Turquoise #37DCCC
RGB
CMYK
RGB Variations
Color information
#37DCCC (or 0x37DCCC) is known color: Turquoise. HEX triplet: 37, DC and CC. RGB value is (55,220,204). Sum of RGB (Red+Green+Blue) = 55+220+204=479 (63% of max value = 765). Red value is 55 (21.88% from 255 or 11.48% from 479); Green value is 220 (86.33% from 255 or 45.93% from 479); Blue value is 204 (80.08% from 255 or 42.59% from 479); Max value from RGB is 220 - color contains mainly: green. Hex color #37DCCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37DCCC is #C82333. Grayscale: #A8A8A8. Windows color (decimal): -13116212 or 13425719. OLE color: 13425719.
HSL color Cylindrical-coordinate representation of color #37DCCC: hue angle of 174.18º degrees, saturation: 0.7, 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 #37DCCC is Cyan = 0.75, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 55 | 220 | 204 | - |
| CMYK | 0.75 | 0 | 0.07 | 0.14 |
| HSL | 174.18º | 0.7% | 0.54% | - |
| HSV(B) | 174.18º | 0.75% | 0.86% | - |
| XYZ | 38.07 | 56.36 | 66 | - |
| YUV | 168.84 | 147.84 | 46.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 220 | 204 | 0.75 | 0 | 0.07 | 0.14 | 174.18 | 0.7 | 0.54 |
| Hex | 37 | DC | CC | 4B | 0 | 7 | E | AE | 46 | 36 |
| Octal | 67 | 334 | 314 | 113 | 0 | 7 | 16 | 256 | 106 | 66 |
| Binary | 110111 | 11011100 | 11001100 | 1001011 | 0 | 111 | 1110 | 10101110 | 1000110 | 110110 |
Color Harmonies of #37DCCC
Complementary color
Monochromatic Colors of #37DCCC
Black with #37DCCC
Text Example
Text Example
White with #37DCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37DCCC; }
p { color: rgb(55,220,204); }
H1.HeaderClassName
{
color: #37DCCC;
}
.AnyTagClassName
{
color: #37DCCC;
}
</style>
background-color css
<style>
a { background-color: #37DCCC; }
a { background-color: rgb(55,220,204); }
div.DivClassName
{
background-color: #37DCCC;
}
.BgClassName
{
background-color: #37DCCC;
}
</style>
border-color css
<style>
span { border-color: #37DCCC; }
span { border-color: rgb(55,220,204); }
td.TdClassName
{
border-color: #37DCCC;
}
.TagClassName
{
border-color: #37DCCC;
}
</style>