Shades of Turquoise #3DF6E2
Tints of Turquoise #3DF6E2
RGB
CMYK
RGB Variations
Color information
#3DF6E2 (or 0x3DF6E2) is known color: Turquoise. HEX triplet: 3D, F6 and E2. RGB value is (61,246,226). Sum of RGB (Red+Green+Blue) = 61+246+226=533 (70% of max value = 765). Red value is 61 (24.22% from 255 or 11.44% from 533); Green value is 246 (96.48% from 255 or 46.15% from 533); Blue value is 226 (88.67% from 255 or 42.40% from 533); Max value from RGB is 246 - color contains mainly: green. Hex color #3DF6E2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3DF6E2 is #C2091D. Grayscale: #BCBCBC. Windows color (decimal): -12716318 or 14874173. OLE color: 14874173.
HSL color Cylindrical-coordinate representation of color #3DF6E2: hue angle of 173.51º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3DF6E2 is Cyan = 0.75, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 61 | 246 | 226 | - |
| CMYK | 0.75 | 0 | 0.08 | 0.04 |
| HSL | 173.51º | 0.91% | 0.6% | - |
| HSV(B) | 173.51º | 0.75% | 0.96% | - |
| XYZ | 48.61 | 72.39 | 83.36 | - |
| YUV | 188.41 | 149.21 | 37.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 246 | 226 | 0.75 | 0 | 0.08 | 0.04 | 173.51 | 0.91 | 0.6 |
| Hex | 3D | F6 | E2 | 4B | 0 | 8 | 4 | AE | 5B | 3C |
| Octal | 75 | 366 | 342 | 113 | 0 | 10 | 4 | 256 | 133 | 74 |
| Binary | 111101 | 11110110 | 11100010 | 1001011 | 0 | 1000 | 100 | 10101110 | 1011011 | 111100 |
Color Harmonies of #3DF6E2
Complementary color
Monochromatic Colors of #3DF6E2
Black with #3DF6E2
Text Example
Text Example
White with #3DF6E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF6E2; }
p { color: rgb(61,246,226); }
H1.HeaderClassName
{
color: #3DF6E2;
}
.AnyTagClassName
{
color: #3DF6E2;
}
</style>
background-color css
<style>
a { background-color: #3DF6E2; }
a { background-color: rgb(61,246,226); }
div.DivClassName
{
background-color: #3DF6E2;
}
.BgClassName
{
background-color: #3DF6E2;
}
</style>
border-color css
<style>
span { border-color: #3DF6E2; }
span { border-color: rgb(61,246,226); }
td.TdClassName
{
border-color: #3DF6E2;
}
.TagClassName
{
border-color: #3DF6E2;
}
</style>