Shades of Medium Turquoise #3ED3EF
Tints of Medium Turquoise #3ED3EF
RGB
CMYK
RGB Variations
Color information
#3ED3EF (or 0x3ED3EF) is known color: Medium Turquoise. HEX triplet: 3E, D3 and EF. RGB value is (62,211,239). Sum of RGB (Red+Green+Blue) = 62+211+239=512 (67% of max value = 765). Red value is 62 (24.61% from 255 or 12.11% from 512); Green value is 211 (82.81% from 255 or 41.21% from 512); Blue value is 239 (93.75% from 255 or 46.68% from 512); Max value from RGB is 239 - color contains mainly: blue. Hex color #3ED3EF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3ED3EF is #C12C10. Grayscale: #A9A9A9. Windows color (decimal): -12659729 or 15717182. OLE color: 15717182.
HSL color Cylindrical-coordinate representation of color #3ED3EF: hue angle of 189.49º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3ED3EF is Cyan = 0.74, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 62 | 211 | 239 | - |
| CMYK | 0.74 | 0.12 | 0 | 0.06 |
| HSL | 189.49º | 0.85% | 0.59% | - |
| HSV(B) | 189.49º | 0.74% | 0.94% | - |
| XYZ | 40.86 | 53.84 | 89.9 | - |
| YUV | 169.64 | 167.14 | 51.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 211 | 239 | 0.74 | 0.12 | 0 | 0.06 | 189.49 | 0.85 | 0.59 |
| Hex | 3E | D3 | EF | 4A | C | 0 | 6 | BD | 55 | 3B |
| Octal | 76 | 323 | 357 | 112 | 14 | 0 | 6 | 275 | 125 | 73 |
| Binary | 111110 | 11010011 | 11101111 | 1001010 | 1100 | 0 | 110 | 10111101 | 1010101 | 111011 |
Color Harmonies of #3ED3EF
Complementary color
Monochromatic Colors of #3ED3EF
Black with #3ED3EF
Text Example
Text Example
White with #3ED3EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ED3EF; }
p { color: rgb(62,211,239); }
H1.HeaderClassName
{
color: #3ED3EF;
}
.AnyTagClassName
{
color: #3ED3EF;
}
</style>
background-color css
<style>
a { background-color: #3ED3EF; }
a { background-color: rgb(62,211,239); }
div.DivClassName
{
background-color: #3ED3EF;
}
.BgClassName
{
background-color: #3ED3EF;
}
</style>
border-color css
<style>
span { border-color: #3ED3EF; }
span { border-color: rgb(62,211,239); }
td.TdClassName
{
border-color: #3ED3EF;
}
.TagClassName
{
border-color: #3ED3EF;
}
</style>