Shades of Turquoise #37F1D2
Tints of Turquoise #37F1D2
RGB
CMYK
RGB Variations
Color information
#37F1D2 (or 0x37F1D2) is known color: Turquoise. HEX triplet: 37, F1 and D2. RGB value is (55,241,210). Sum of RGB (Red+Green+Blue) = 55+241+210=506 (67% of max value = 765). Red value is 55 (21.88% from 255 or 10.87% from 506); Green value is 241 (94.53% from 255 or 47.63% from 506); Blue value is 210 (82.42% from 255 or 41.50% from 506); Max value from RGB is 241 - color contains mainly: green. Hex color #37F1D2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #37F1D2 is #C80E2D. Grayscale: #B5B5B5. Windows color (decimal): -13110830 or 13824311. OLE color: 13824311.
HSL color Cylindrical-coordinate representation of color #37F1D2: hue angle of 170º 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 #37F1D2 is Cyan = 0.77, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 55 | 241 | 210 | - |
| CMYK | 0.77 | 0 | 0.13 | 0.05 |
| HSL | 170º | 0.87% | 0.58% | - |
| HSV(B) | 170º | 0.77% | 0.95% | - |
| XYZ | 44.66 | 68.38 | 71.82 | - |
| YUV | 181.85 | 143.88 | 37.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 241 | 210 | 0.77 | 0 | 0.13 | 0.05 | 170 | 0.87 | 0.58 |
| Hex | 37 | F1 | D2 | 4D | 0 | D | 5 | AA | 57 | 3A |
| Octal | 67 | 361 | 322 | 115 | 0 | 15 | 5 | 252 | 127 | 72 |
| Binary | 110111 | 11110001 | 11010010 | 1001101 | 0 | 1101 | 101 | 10101010 | 1010111 | 111010 |
Color Harmonies of #37F1D2
Complementary color
Monochromatic Colors of #37F1D2
Black with #37F1D2
Text Example
Text Example
White with #37F1D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37F1D2; }
p { color: rgb(55,241,210); }
H1.HeaderClassName
{
color: #37F1D2;
}
.AnyTagClassName
{
color: #37F1D2;
}
</style>
background-color css
<style>
a { background-color: #37F1D2; }
a { background-color: rgb(55,241,210); }
div.DivClassName
{
background-color: #37F1D2;
}
.BgClassName
{
background-color: #37F1D2;
}
</style>
border-color css
<style>
span { border-color: #37F1D2; }
span { border-color: rgb(55,241,210); }
td.TdClassName
{
border-color: #37F1D2;
}
.TagClassName
{
border-color: #37F1D2;
}
</style>