Shades of Turquoise #37D8CE
Tints of Turquoise #37D8CE
RGB
CMYK
RGB Variations
Color information
#37D8CE (or 0x37D8CE) is known color: Turquoise. HEX triplet: 37, D8 and CE. RGB value is (55,216,206). Sum of RGB (Red+Green+Blue) = 55+216+206=477 (63% of max value = 765). Red value is 55 (21.88% from 255 or 11.53% from 477); Green value is 216 (84.77% from 255 or 45.28% from 477); Blue value is 206 (80.86% from 255 or 43.19% from 477); Max value from RGB is 216 - color contains mainly: green. Hex color #37D8CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37D8CE is #C82731. Grayscale: #A6A6A6. Windows color (decimal): -13117234 or 13555767. OLE color: 13555767.
HSL color Cylindrical-coordinate representation of color #37D8CE: hue angle of 176.27º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #37D8CE is Cyan = 0.75, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 55 | 216 | 206 | - |
| CMYK | 0.75 | 0 | 0.05 | 0.15 |
| HSL | 176.27º | 0.67% | 0.53% | - |
| HSV(B) | 176.27º | 0.75% | 0.85% | - |
| XYZ | 37.27 | 54.38 | 66.92 | - |
| YUV | 166.72 | 150.16 | 48.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 216 | 206 | 0.75 | 0 | 0.05 | 0.15 | 176.27 | 0.67 | 0.53 |
| Hex | 37 | D8 | CE | 4B | 0 | 5 | F | B0 | 43 | 35 |
| Octal | 67 | 330 | 316 | 113 | 0 | 5 | 17 | 260 | 103 | 65 |
| Binary | 110111 | 11011000 | 11001110 | 1001011 | 0 | 101 | 1111 | 10110000 | 1000011 | 110101 |
Color Harmonies of #37D8CE
Complementary color
Monochromatic Colors of #37D8CE
Black with #37D8CE
Text Example
Text Example
White with #37D8CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37D8CE; }
p { color: rgb(55,216,206); }
H1.HeaderClassName
{
color: #37D8CE;
}
.AnyTagClassName
{
color: #37D8CE;
}
</style>
background-color css
<style>
a { background-color: #37D8CE; }
a { background-color: rgb(55,216,206); }
div.DivClassName
{
background-color: #37D8CE;
}
.BgClassName
{
background-color: #37D8CE;
}
</style>
border-color css
<style>
span { border-color: #37D8CE; }
span { border-color: rgb(55,216,206); }
td.TdClassName
{
border-color: #37D8CE;
}
.TagClassName
{
border-color: #37D8CE;
}
</style>