Shades of Turquoise #37FFD1
Tints of Turquoise #37FFD1
RGB
CMYK
RGB Variations
Color information
#37FFD1 (or 0x37FFD1) is known color: Turquoise. HEX triplet: 37, FF and D1. RGB value is (55,255,209). Sum of RGB (Red+Green+Blue) = 55+255+209=519 (68% of max value = 765). Red value is 55 (21.88% from 255 or 10.60% from 519); Green value is 255 (100% from 255 or 49.13% from 519); Blue value is 209 (82.03% from 255 or 40.27% from 519); Max value from RGB is 255 - color contains mainly: green. Hex color #37FFD1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #37FFD1 is #C8002E. Grayscale: #BDBDBD. Windows color (decimal): -13107247 or 13762359. OLE color: 13762359.
HSL color Cylindrical-coordinate representation of color #37FFD1: hue angle of 166.2º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #37FFD1 is Cyan = 0.78, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 55 | 255 | 209 | - |
| CMYK | 0.78 | 0 | 0.18 | 0 |
| HSL | 166.2º | 1% | 0.61% | - |
| HSV(B) | 166.2º | 0.78% | 1% | - |
| XYZ | 48.84 | 76.94 | 72.6 | - |
| YUV | 189.96 | 138.74 | 31.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 255 | 209 | 0.78 | 0 | 0.18 | 0 | 166.2 | 1 | 0.61 |
| Hex | 37 | FF | D1 | 4E | 0 | 12 | 0 | A6 | 64 | 3D |
| Octal | 67 | 377 | 321 | 116 | 0 | 22 | 0 | 246 | 144 | 75 |
| Binary | 110111 | 11111111 | 11010001 | 1001110 | 0 | 10010 | 0 | 10100110 | 1100100 | 111101 |
Color Harmonies of #37FFD1
Complementary color
Monochromatic Colors of #37FFD1
Black with #37FFD1
Text Example
Text Example
White with #37FFD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37FFD1; }
p { color: rgb(55,255,209); }
H1.HeaderClassName
{
color: #37FFD1;
}
.AnyTagClassName
{
color: #37FFD1;
}
</style>
background-color css
<style>
a { background-color: #37FFD1; }
a { background-color: rgb(55,255,209); }
div.DivClassName
{
background-color: #37FFD1;
}
.BgClassName
{
background-color: #37FFD1;
}
</style>
border-color css
<style>
span { border-color: #37FFD1; }
span { border-color: rgb(55,255,209); }
td.TdClassName
{
border-color: #37FFD1;
}
.TagClassName
{
border-color: #37FFD1;
}
</style>