Shades of Turquoise #37D3CC
Tints of Turquoise #37D3CC
RGB
CMYK
RGB Variations
Color information
#37D3CC (or 0x37D3CC) is known color: Turquoise. HEX triplet: 37, D3 and CC. RGB value is (55,211,204). Sum of RGB (Red+Green+Blue) = 55+211+204=470 (62% of max value = 765). Red value is 55 (21.88% from 255 or 11.70% from 470); Green value is 211 (82.81% from 255 or 44.89% from 470); Blue value is 204 (80.08% from 255 or 43.40% from 470); Max value from RGB is 211 - color contains mainly: green. Hex color #37D3CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37D3CC is #C82C33. Grayscale: #A3A3A3. Windows color (decimal): -13118516 or 13423415. OLE color: 13423415.
HSL color Cylindrical-coordinate representation of color #37D3CC: hue angle of 177.31º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #37D3CC is Cyan = 0.74, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 55 | 211 | 204 | - |
| CMYK | 0.74 | 0 | 0.03 | 0.17 |
| HSL | 177.31º | 0.64% | 0.52% | - |
| HSV(B) | 177.31º | 0.74% | 0.83% | - |
| XYZ | 35.77 | 51.76 | 65.23 | - |
| YUV | 163.56 | 150.82 | 50.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 211 | 204 | 0.74 | 0 | 0.03 | 0.17 | 177.31 | 0.64 | 0.52 |
| Hex | 37 | D3 | CC | 4A | 0 | 3 | 11 | B1 | 40 | 34 |
| Octal | 67 | 323 | 314 | 112 | 0 | 3 | 21 | 261 | 100 | 64 |
| Binary | 110111 | 11010011 | 11001100 | 1001010 | 0 | 11 | 10001 | 10110001 | 1000000 | 110100 |
Color Harmonies of #37D3CC
Complementary color
Monochromatic Colors of #37D3CC
Black with #37D3CC
Text Example
Text Example
White with #37D3CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37D3CC; }
p { color: rgb(55,211,204); }
H1.HeaderClassName
{
color: #37D3CC;
}
.AnyTagClassName
{
color: #37D3CC;
}
</style>
background-color css
<style>
a { background-color: #37D3CC; }
a { background-color: rgb(55,211,204); }
div.DivClassName
{
background-color: #37D3CC;
}
.BgClassName
{
background-color: #37D3CC;
}
</style>
border-color css
<style>
span { border-color: #37D3CC; }
span { border-color: rgb(55,211,204); }
td.TdClassName
{
border-color: #37D3CC;
}
.TagClassName
{
border-color: #37D3CC;
}
</style>