Shades of Turquoise #3DF2BE
Tints of Turquoise #3DF2BE
RGB
CMYK
RGB Variations
Color information
#3DF2BE (or 0x3DF2BE) is known color: Turquoise. HEX triplet: 3D, F2 and BE. RGB value is (61,242,190). Sum of RGB (Red+Green+Blue) = 61+242+190=493 (65% of max value = 765). Red value is 61 (24.22% from 255 or 12.37% from 493); Green value is 242 (94.92% from 255 or 49.09% from 493); Blue value is 190 (74.61% from 255 or 38.54% from 493); Max value from RGB is 242 - color contains mainly: green. Hex color #3DF2BE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3DF2BE is #C20D41. Grayscale: #B5B5B5. Windows color (decimal): -12717378 or 12513853. OLE color: 12513853.
HSL color Cylindrical-coordinate representation of color #3DF2BE: hue angle of 162.76º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3DF2BE is Cyan = 0.75, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 61 | 242 | 190 | - |
| CMYK | 0.75 | 0 | 0.21 | 0.05 |
| HSL | 162.76º | 0.87% | 0.59% | - |
| HSV(B) | 162.76º | 0.75% | 0.95% | - |
| XYZ | 42.97 | 68.21 | 59.62 | - |
| YUV | 181.95 | 132.53 | 41.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 242 | 190 | 0.75 | 0 | 0.21 | 0.05 | 162.76 | 0.87 | 0.59 |
| Hex | 3D | F2 | BE | 4B | 0 | 15 | 5 | A3 | 57 | 3B |
| Octal | 75 | 362 | 276 | 113 | 0 | 25 | 5 | 243 | 127 | 73 |
| Binary | 111101 | 11110010 | 10111110 | 1001011 | 0 | 10101 | 101 | 10100011 | 1010111 | 111011 |
Color Harmonies of #3DF2BE
Complementary color
Monochromatic Colors of #3DF2BE
Black with #3DF2BE
Text Example
Text Example
White with #3DF2BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF2BE; }
p { color: rgb(61,242,190); }
H1.HeaderClassName
{
color: #3DF2BE;
}
.AnyTagClassName
{
color: #3DF2BE;
}
</style>
background-color css
<style>
a { background-color: #3DF2BE; }
a { background-color: rgb(61,242,190); }
div.DivClassName
{
background-color: #3DF2BE;
}
.BgClassName
{
background-color: #3DF2BE;
}
</style>
border-color css
<style>
span { border-color: #3DF2BE; }
span { border-color: rgb(61,242,190); }
td.TdClassName
{
border-color: #3DF2BE;
}
.TagClassName
{
border-color: #3DF2BE;
}
</style>