Shades of Turquoise #37DFCD
Tints of Turquoise #37DFCD
RGB
CMYK
RGB Variations
Color information
#37DFCD (or 0x37DFCD) is known color: Turquoise. HEX triplet: 37, DF and CD. RGB value is (55,223,205). Sum of RGB (Red+Green+Blue) = 55+223+205=483 (63% of max value = 765). Red value is 55 (21.88% from 255 or 11.39% from 483); Green value is 223 (87.5% from 255 or 46.17% from 483); Blue value is 205 (80.47% from 255 or 42.44% from 483); Max value from RGB is 223 - color contains mainly: green. Hex color #37DFCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37DFCD is #C82032. Grayscale: #AAAAAA. Windows color (decimal): -13115443 or 13492023. OLE color: 13492023.
HSL color Cylindrical-coordinate representation of color #37DFCD: hue angle of 173.57º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #37DFCD is Cyan = 0.75, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 55 | 223 | 205 | - |
| CMYK | 0.75 | 0 | 0.08 | 0.13 |
| HSL | 173.57º | 0.72% | 0.55% | - |
| HSV(B) | 173.57º | 0.75% | 0.87% | - |
| XYZ | 38.98 | 58 | 66.9 | - |
| YUV | 170.72 | 147.34 | 45.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 223 | 205 | 0.75 | 0 | 0.08 | 0.13 | 173.57 | 0.72 | 0.55 |
| Hex | 37 | DF | CD | 4B | 0 | 8 | D | AE | 48 | 37 |
| Octal | 67 | 337 | 315 | 113 | 0 | 10 | 15 | 256 | 110 | 67 |
| Binary | 110111 | 11011111 | 11001101 | 1001011 | 0 | 1000 | 1101 | 10101110 | 1001000 | 110111 |
Color Harmonies of #37DFCD
Complementary color
Monochromatic Colors of #37DFCD
Black with #37DFCD
Text Example
Text Example
White with #37DFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37DFCD; }
p { color: rgb(55,223,205); }
H1.HeaderClassName
{
color: #37DFCD;
}
.AnyTagClassName
{
color: #37DFCD;
}
</style>
background-color css
<style>
a { background-color: #37DFCD; }
a { background-color: rgb(55,223,205); }
div.DivClassName
{
background-color: #37DFCD;
}
.BgClassName
{
background-color: #37DFCD;
}
</style>
border-color css
<style>
span { border-color: #37DFCD; }
span { border-color: rgb(55,223,205); }
td.TdClassName
{
border-color: #37DFCD;
}
.TagClassName
{
border-color: #37DFCD;
}
</style>