Shades of Turquoise #37E7DD
Tints of Turquoise #37E7DD
RGB
CMYK
RGB Variations
Color information
#37E7DD (or 0x37E7DD) is known color: Turquoise. HEX triplet: 37, E7 and DD. RGB value is (55,231,221). Sum of RGB (Red+Green+Blue) = 55+231+221=507 (67% of max value = 765). Red value is 55 (21.88% from 255 or 10.85% from 507); Green value is 231 (90.62% from 255 or 45.56% from 507); Blue value is 221 (86.72% from 255 or 43.59% from 507); Max value from RGB is 231 - color contains mainly: green. Hex color #37E7DD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #37E7DD is #C81822. Grayscale: #B1B1B1. Windows color (decimal): -13113379 or 14542647. OLE color: 14542647.
HSL color Cylindrical-coordinate representation of color #37E7DD: hue angle of 176.59º degrees, saturation: 0.79, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #37E7DD is Cyan = 0.76, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 55 | 231 | 221 | - |
| CMYK | 0.76 | 0 | 0.04 | 0.09 |
| HSL | 176.59º | 0.79% | 0.56% | - |
| HSV(B) | 176.59º | 0.76% | 0.91% | - |
| XYZ | 43.2 | 63.18 | 78.33 | - |
| YUV | 177.24 | 152.69 | 40.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 231 | 221 | 0.76 | 0 | 0.04 | 0.09 | 176.59 | 0.79 | 0.56 |
| Hex | 37 | E7 | DD | 4C | 0 | 4 | 9 | B1 | 4F | 38 |
| Octal | 67 | 347 | 335 | 114 | 0 | 4 | 11 | 261 | 117 | 70 |
| Binary | 110111 | 11100111 | 11011101 | 1001100 | 0 | 100 | 1001 | 10110001 | 1001111 | 111000 |
Color Harmonies of #37E7DD
Complementary color
Monochromatic Colors of #37E7DD
Black with #37E7DD
Text Example
Text Example
White with #37E7DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37E7DD; }
p { color: rgb(55,231,221); }
H1.HeaderClassName
{
color: #37E7DD;
}
.AnyTagClassName
{
color: #37E7DD;
}
</style>
background-color css
<style>
a { background-color: #37E7DD; }
a { background-color: rgb(55,231,221); }
div.DivClassName
{
background-color: #37E7DD;
}
.BgClassName
{
background-color: #37E7DD;
}
</style>
border-color css
<style>
span { border-color: #37E7DD; }
span { border-color: rgb(55,231,221); }
td.TdClassName
{
border-color: #37E7DD;
}
.TagClassName
{
border-color: #37E7DD;
}
</style>