Shades of Turquoise #37F1DA
Tints of Turquoise #37F1DA
RGB
CMYK
RGB Variations
Color information
#37F1DA (or 0x37F1DA) is known color: Turquoise. HEX triplet: 37, F1 and DA. RGB value is (55,241,218). Sum of RGB (Red+Green+Blue) = 55+241+218=514 (68% of max value = 765). Red value is 55 (21.88% from 255 or 10.70% from 514); Green value is 241 (94.53% from 255 or 46.89% from 514); Blue value is 218 (85.55% from 255 or 42.41% from 514); Max value from RGB is 241 - color contains mainly: green. Hex color #37F1DA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #37F1DA is #C80E25. Grayscale: #B6B6B6. Windows color (decimal): -13110822 or 14348599. OLE color: 14348599.
HSL color Cylindrical-coordinate representation of color #37F1DA: hue angle of 172.58º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #37F1DA is Cyan = 0.77, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 55 | 241 | 218 | - |
| CMYK | 0.77 | 0 | 0.10 | 0.05 |
| HSL | 172.58º | 0.87% | 0.58% | - |
| HSV(B) | 172.58º | 0.77% | 0.95% | - |
| XYZ | 45.69 | 68.78 | 77.2 | - |
| YUV | 182.76 | 147.88 | 36.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 241 | 218 | 0.77 | 0 | 0.10 | 0.05 | 172.58 | 0.87 | 0.58 |
| Hex | 37 | F1 | DA | 4D | 0 | A | 5 | AD | 57 | 3A |
| Octal | 67 | 361 | 332 | 115 | 0 | 12 | 5 | 255 | 127 | 72 |
| Binary | 110111 | 11110001 | 11011010 | 1001101 | 0 | 1010 | 101 | 10101101 | 1010111 | 111010 |
Color Harmonies of #37F1DA
Complementary color
Monochromatic Colors of #37F1DA
Black with #37F1DA
Text Example
Text Example
White with #37F1DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37F1DA; }
p { color: rgb(55,241,218); }
H1.HeaderClassName
{
color: #37F1DA;
}
.AnyTagClassName
{
color: #37F1DA;
}
</style>
background-color css
<style>
a { background-color: #37F1DA; }
a { background-color: rgb(55,241,218); }
div.DivClassName
{
background-color: #37F1DA;
}
.BgClassName
{
background-color: #37F1DA;
}
</style>
border-color css
<style>
span { border-color: #37F1DA; }
span { border-color: rgb(55,241,218); }
td.TdClassName
{
border-color: #37F1DA;
}
.TagClassName
{
border-color: #37F1DA;
}
</style>