Shades of Turquoise #37D7CF
Tints of Turquoise #37D7CF
RGB
CMYK
RGB Variations
Color information
#37D7CF (or 0x37D7CF) is known color: Turquoise. HEX triplet: 37, D7 and CF. RGB value is (55,215,207). Sum of RGB (Red+Green+Blue) = 55+215+207=477 (63% of max value = 765). Red value is 55 (21.88% from 255 or 11.53% from 477); Green value is 215 (84.38% from 255 or 45.07% from 477); Blue value is 207 (81.25% from 255 or 43.40% from 477); Max value from RGB is 215 - color contains mainly: green. Hex color #37D7CF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37D7CF is #C82830. Grayscale: #A6A6A6. Windows color (decimal): -13117489 or 13621047. OLE color: 13621047.
HSL color Cylindrical-coordinate representation of color #37D7CF: hue angle of 177º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #37D7CF is Cyan = 0.74, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 55 | 215 | 207 | - |
| CMYK | 0.74 | 0 | 0.04 | 0.16 |
| HSL | 177º | 0.67% | 0.53% | - |
| HSV(B) | 177º | 0.74% | 0.84% | - |
| XYZ | 37.14 | 53.92 | 67.48 | - |
| YUV | 166.25 | 150.99 | 48.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 215 | 207 | 0.74 | 0 | 0.04 | 0.16 | 177 | 0.67 | 0.53 |
| Hex | 37 | D7 | CF | 4A | 0 | 4 | 10 | B1 | 43 | 35 |
| Octal | 67 | 327 | 317 | 112 | 0 | 4 | 20 | 261 | 103 | 65 |
| Binary | 110111 | 11010111 | 11001111 | 1001010 | 0 | 100 | 10000 | 10110001 | 1000011 | 110101 |
Color Harmonies of #37D7CF
Complementary color
Monochromatic Colors of #37D7CF
Black with #37D7CF
Text Example
Text Example
White with #37D7CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37D7CF; }
p { color: rgb(55,215,207); }
H1.HeaderClassName
{
color: #37D7CF;
}
.AnyTagClassName
{
color: #37D7CF;
}
</style>
background-color css
<style>
a { background-color: #37D7CF; }
a { background-color: rgb(55,215,207); }
div.DivClassName
{
background-color: #37D7CF;
}
.BgClassName
{
background-color: #37D7CF;
}
</style>
border-color css
<style>
span { border-color: #37D7CF; }
span { border-color: rgb(55,215,207); }
td.TdClassName
{
border-color: #37D7CF;
}
.TagClassName
{
border-color: #37D7CF;
}
</style>