Shades of Turquoise #37DCCA
Tints of Turquoise #37DCCA
RGB
CMYK
RGB Variations
Color information
#37DCCA (or 0x37DCCA) is known color: Turquoise. HEX triplet: 37, DC and CA. RGB value is (55,220,202). Sum of RGB (Red+Green+Blue) = 55+220+202=477 (63% of max value = 765). Red value is 55 (21.88% from 255 or 11.53% from 477); Green value is 220 (86.33% from 255 or 46.12% from 477); Blue value is 202 (79.30% from 255 or 42.35% from 477); Max value from RGB is 220 - color contains mainly: green. Hex color #37DCCA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37DCCA is #C82335. Grayscale: #A8A8A8. Windows color (decimal): -13116214 or 13294647. OLE color: 13294647.
HSL color Cylindrical-coordinate representation of color #37DCCA: hue angle of 173.45º 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 #37DCCA is Cyan = 0.75, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 55 | 220 | 202 | - |
| CMYK | 0.75 | 0 | 0.08 | 0.14 |
| HSL | 173.45º | 0.7% | 0.54% | - |
| HSV(B) | 173.45º | 0.75% | 0.86% | - |
| XYZ | 37.83 | 56.26 | 64.74 | - |
| YUV | 168.61 | 146.84 | 46.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 220 | 202 | 0.75 | 0 | 0.08 | 0.14 | 173.45 | 0.7 | 0.54 |
| Hex | 37 | DC | CA | 4B | 0 | 8 | E | AD | 46 | 36 |
| Octal | 67 | 334 | 312 | 113 | 0 | 10 | 16 | 255 | 106 | 66 |
| Binary | 110111 | 11011100 | 11001010 | 1001011 | 0 | 1000 | 1110 | 10101101 | 1000110 | 110110 |
Color Harmonies of #37DCCA
Complementary color
Monochromatic Colors of #37DCCA
Black with #37DCCA
Text Example
Text Example
White with #37DCCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37DCCA; }
p { color: rgb(55,220,202); }
H1.HeaderClassName
{
color: #37DCCA;
}
.AnyTagClassName
{
color: #37DCCA;
}
</style>
background-color css
<style>
a { background-color: #37DCCA; }
a { background-color: rgb(55,220,202); }
div.DivClassName
{
background-color: #37DCCA;
}
.BgClassName
{
background-color: #37DCCA;
}
</style>
border-color css
<style>
span { border-color: #37DCCA; }
span { border-color: rgb(55,220,202); }
td.TdClassName
{
border-color: #37DCCA;
}
.TagClassName
{
border-color: #37DCCA;
}
</style>