Shades of Turquoise #37D7D7
Tints of Turquoise #37D7D7
RGB
CMYK
RGB Variations
Color information
#37D7D7 (or 0x37D7D7) is known color: Turquoise. HEX triplet: 37, D7 and D7. RGB value is (55,215,215). Sum of RGB (Red+Green+Blue) = 55+215+215=485 (64% of max value = 765). Red value is 55 (21.88% from 255 or 11.34% from 485); Green value is 215 (84.38% from 255 or 44.33% from 485); Blue value is 215 (84.38% from 255 or 44.33% from 485); Max value from RGB is 215 - color contains mainly: green, blue. Hex color #37D7D7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37D7D7 is #C82828. Grayscale: #A7A7A7. Windows color (decimal): -13117481 or 14145335. OLE color: 14145335.
HSL color Cylindrical-coordinate representation of color #37D7D7: hue angle of 180º 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 #37D7D7 is Cyan = 0.74, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 55 | 215 | 215 | - |
| CMYK | 0.74 | 0 | 0 | 0.16 |
| HSL | 180º | 0.67% | 0.53% | - |
| HSV(B) | 180º | 0.74% | 0.84% | - |
| XYZ | 38.14 | 54.32 | 72.76 | - |
| YUV | 167.16 | 154.99 | 48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 215 | 215 | 0.74 | 0 | 0 | 0.16 | 180 | 0.67 | 0.53 |
| Hex | 37 | D7 | D7 | 4A | 0 | 0 | 10 | B4 | 43 | 35 |
| Octal | 67 | 327 | 327 | 112 | 0 | 0 | 20 | 264 | 103 | 65 |
| Binary | 110111 | 11010111 | 11010111 | 1001010 | 0 | 0 | 10000 | 10110100 | 1000011 | 110101 |
Color Harmonies of #37D7D7
Complementary color
Monochromatic Colors of #37D7D7
Black with #37D7D7
Text Example
Text Example
White with #37D7D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37D7D7; }
p { color: rgb(55,215,215); }
H1.HeaderClassName
{
color: #37D7D7;
}
.AnyTagClassName
{
color: #37D7D7;
}
</style>
background-color css
<style>
a { background-color: #37D7D7; }
a { background-color: rgb(55,215,215); }
div.DivClassName
{
background-color: #37D7D7;
}
.BgClassName
{
background-color: #37D7D7;
}
</style>
border-color css
<style>
span { border-color: #37D7D7; }
span { border-color: rgb(55,215,215); }
td.TdClassName
{
border-color: #37D7D7;
}
.TagClassName
{
border-color: #37D7D7;
}
</style>