Shades of Turquoise #37E6DD
Tints of Turquoise #37E6DD
RGB
CMYK
RGB Variations
Color information
#37E6DD (or 0x37E6DD) is known color: Turquoise. HEX triplet: 37, E6 and DD. RGB value is (55,230,221). Sum of RGB (Red+Green+Blue) = 55+230+221=506 (67% of max value = 765). Red value is 55 (21.88% from 255 or 10.87% from 506); Green value is 230 (90.23% from 255 or 45.45% from 506); Blue value is 221 (86.72% from 255 or 43.68% from 506); Max value from RGB is 230 - color contains mainly: green. Hex color #37E6DD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #37E6DD is #C81922. Grayscale: #B0B0B0. Windows color (decimal): -13113635 or 14542391. OLE color: 14542391.
HSL color Cylindrical-coordinate representation of color #37E6DD: hue angle of 176.91º degrees, saturation: 0.78, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #37E6DD is Cyan = 0.76, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 55 | 230 | 221 | - |
| CMYK | 0.76 | 0 | 0.04 | 0.10 |
| HSL | 176.91º | 0.78% | 0.56% | - |
| HSV(B) | 176.91º | 0.76% | 0.9% | - |
| XYZ | 42.92 | 62.63 | 78.23 | - |
| YUV | 176.65 | 153.02 | 41.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 230 | 221 | 0.76 | 0 | 0.04 | 0.10 | 176.91 | 0.78 | 0.56 |
| Hex | 37 | E6 | DD | 4C | 0 | 4 | A | B1 | 4E | 38 |
| Octal | 67 | 346 | 335 | 114 | 0 | 4 | 12 | 261 | 116 | 70 |
| Binary | 110111 | 11100110 | 11011101 | 1001100 | 0 | 100 | 1010 | 10110001 | 1001110 | 111000 |
Color Harmonies of #37E6DD
Complementary color
Monochromatic Colors of #37E6DD
Black with #37E6DD
Text Example
Text Example
White with #37E6DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37E6DD; }
p { color: rgb(55,230,221); }
H1.HeaderClassName
{
color: #37E6DD;
}
.AnyTagClassName
{
color: #37E6DD;
}
</style>
background-color css
<style>
a { background-color: #37E6DD; }
a { background-color: rgb(55,230,221); }
div.DivClassName
{
background-color: #37E6DD;
}
.BgClassName
{
background-color: #37E6DD;
}
</style>
border-color css
<style>
span { border-color: #37E6DD; }
span { border-color: rgb(55,230,221); }
td.TdClassName
{
border-color: #37E6DD;
}
.TagClassName
{
border-color: #37E6DD;
}
</style>