Shades of Turquoise #3EF6DD
Tints of Turquoise #3EF6DD
RGB
CMYK
RGB Variations
Color information
#3EF6DD (or 0x3EF6DD) is known color: Turquoise. HEX triplet: 3E, F6 and DD. RGB value is (62,246,221). Sum of RGB (Red+Green+Blue) = 62+246+221=529 (70% of max value = 765). Red value is 62 (24.61% from 255 or 11.72% from 529); Green value is 246 (96.48% from 255 or 46.50% from 529); Blue value is 221 (86.72% from 255 or 41.78% from 529); Max value from RGB is 246 - color contains mainly: green. Hex color #3EF6DD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3EF6DD is #C10922. Grayscale: #BCBCBC. Windows color (decimal): -12650787 or 14546494. OLE color: 14546494.
HSL color Cylindrical-coordinate representation of color #3EF6DD: hue angle of 171.85º 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 #3EF6DD is Cyan = 0.75, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 62 | 246 | 221 | - |
| CMYK | 0.75 | 0 | 0.10 | 0.04 |
| HSL | 171.85º | 0.91% | 0.6% | - |
| HSV(B) | 171.85º | 0.75% | 0.96% | - |
| XYZ | 47.99 | 72.16 | 79.8 | - |
| YUV | 188.13 | 146.54 | 38.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 246 | 221 | 0.75 | 0 | 0.10 | 0.04 | 171.85 | 0.91 | 0.6 |
| Hex | 3E | F6 | DD | 4B | 0 | A | 4 | AC | 5B | 3C |
| Octal | 76 | 366 | 335 | 113 | 0 | 12 | 4 | 254 | 133 | 74 |
| Binary | 111110 | 11110110 | 11011101 | 1001011 | 0 | 1010 | 100 | 10101100 | 1011011 | 111100 |
Color Harmonies of #3EF6DD
Complementary color
Monochromatic Colors of #3EF6DD
Black with #3EF6DD
Text Example
Text Example
White with #3EF6DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EF6DD; }
p { color: rgb(62,246,221); }
H1.HeaderClassName
{
color: #3EF6DD;
}
.AnyTagClassName
{
color: #3EF6DD;
}
</style>
background-color css
<style>
a { background-color: #3EF6DD; }
a { background-color: rgb(62,246,221); }
div.DivClassName
{
background-color: #3EF6DD;
}
.BgClassName
{
background-color: #3EF6DD;
}
</style>
border-color css
<style>
span { border-color: #3EF6DD; }
span { border-color: rgb(62,246,221); }
td.TdClassName
{
border-color: #3EF6DD;
}
.TagClassName
{
border-color: #3EF6DD;
}
</style>