Shades of Turquoise #3EDEF6
Tints of Turquoise #3EDEF6
RGB
CMYK
RGB Variations
Color information
#3EDEF6 (or 0x3EDEF6) is known color: Turquoise. HEX triplet: 3E, DE and F6. RGB value is (62,222,246). Sum of RGB (Red+Green+Blue) = 62+222+246=530 (70% of max value = 765). Red value is 62 (24.61% from 255 or 11.70% from 530); Green value is 222 (87.11% from 255 or 41.89% from 530); Blue value is 246 (96.48% from 255 or 46.42% from 530); Max value from RGB is 246 - color contains mainly: blue. Hex color #3EDEF6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3EDEF6 is #C12109. Grayscale: #B0B0B0. Windows color (decimal): -12656906 or 16178750. OLE color: 16178750.
HSL color Cylindrical-coordinate representation of color #3EDEF6: hue angle of 187.83º 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 #3EDEF6 is Cyan = 0.75, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 62 | 222 | 246 | - |
| CMYK | 0.75 | 0.10 | 0 | 0.04 |
| HSL | 187.83º | 0.91% | 0.6% | - |
| HSV(B) | 187.83º | 0.75% | 0.96% | - |
| XYZ | 44.74 | 59.92 | 96.4 | - |
| YUV | 176.9 | 166.99 | 46.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 222 | 246 | 0.75 | 0.10 | 0 | 0.04 | 187.83 | 0.91 | 0.6 |
| Hex | 3E | DE | F6 | 4B | A | 0 | 4 | BC | 5B | 3C |
| Octal | 76 | 336 | 366 | 113 | 12 | 0 | 4 | 274 | 133 | 74 |
| Binary | 111110 | 11011110 | 11110110 | 1001011 | 1010 | 0 | 100 | 10111100 | 1011011 | 111100 |
Color Harmonies of #3EDEF6
Complementary color
Monochromatic Colors of #3EDEF6
Black with #3EDEF6
Text Example
Text Example
White with #3EDEF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EDEF6; }
p { color: rgb(62,222,246); }
H1.HeaderClassName
{
color: #3EDEF6;
}
.AnyTagClassName
{
color: #3EDEF6;
}
</style>
background-color css
<style>
a { background-color: #3EDEF6; }
a { background-color: rgb(62,222,246); }
div.DivClassName
{
background-color: #3EDEF6;
}
.BgClassName
{
background-color: #3EDEF6;
}
</style>
border-color css
<style>
span { border-color: #3EDEF6; }
span { border-color: rgb(62,222,246); }
td.TdClassName
{
border-color: #3EDEF6;
}
.TagClassName
{
border-color: #3EDEF6;
}
</style>