Shades of Turquoise #37DCD3
Tints of Turquoise #37DCD3
RGB
CMYK
RGB Variations
Color information
#37DCD3 (or 0x37DCD3) is known color: Turquoise. HEX triplet: 37, DC and D3. RGB value is (55,220,211). Sum of RGB (Red+Green+Blue) = 55+220+211=486 (64% of max value = 765). Red value is 55 (21.88% from 255 or 11.32% from 486); Green value is 220 (86.33% from 255 or 45.27% from 486); Blue value is 211 (82.81% from 255 or 43.42% from 486); Max value from RGB is 220 - color contains mainly: green. Hex color #37DCD3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37DCD3 is #C8232C. Grayscale: #A9A9A9. Windows color (decimal): -13116205 or 13884471. OLE color: 13884471.
HSL color Cylindrical-coordinate representation of color #37DCD3: hue angle of 176.73º 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 #37DCD3 is Cyan = 0.75, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 55 | 220 | 211 | - |
| CMYK | 0.75 | 0 | 0.04 | 0.14 |
| HSL | 176.73º | 0.7% | 0.54% | - |
| HSV(B) | 176.73º | 0.75% | 0.86% | - |
| XYZ | 38.93 | 56.7 | 70.52 | - |
| YUV | 169.64 | 151.34 | 46.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 220 | 211 | 0.75 | 0 | 0.04 | 0.14 | 176.73 | 0.7 | 0.54 |
| Hex | 37 | DC | D3 | 4B | 0 | 4 | E | B1 | 46 | 36 |
| Octal | 67 | 334 | 323 | 113 | 0 | 4 | 16 | 261 | 106 | 66 |
| Binary | 110111 | 11011100 | 11010011 | 1001011 | 0 | 100 | 1110 | 10110001 | 1000110 | 110110 |
Color Harmonies of #37DCD3
Complementary color
Monochromatic Colors of #37DCD3
Black with #37DCD3
Text Example
Text Example
White with #37DCD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37DCD3; }
p { color: rgb(55,220,211); }
H1.HeaderClassName
{
color: #37DCD3;
}
.AnyTagClassName
{
color: #37DCD3;
}
</style>
background-color css
<style>
a { background-color: #37DCD3; }
a { background-color: rgb(55,220,211); }
div.DivClassName
{
background-color: #37DCD3;
}
.BgClassName
{
background-color: #37DCD3;
}
</style>
border-color css
<style>
span { border-color: #37DCD3; }
span { border-color: rgb(55,220,211); }
td.TdClassName
{
border-color: #37DCD3;
}
.TagClassName
{
border-color: #37DCD3;
}
</style>