Shades of Turquoise #3ED4EF
Tints of Turquoise #3ED4EF
RGB
CMYK
RGB Variations
Color information
#3ED4EF (or 0x3ED4EF) is known color: Turquoise. HEX triplet: 3E, D4 and EF. RGB value is (62,212,239). Sum of RGB (Red+Green+Blue) = 62+212+239=513 (67% of max value = 765). Red value is 62 (24.61% from 255 or 12.09% from 513); Green value is 212 (83.20% from 255 or 41.33% from 513); Blue value is 239 (93.75% from 255 or 46.59% from 513); Max value from RGB is 239 - color contains mainly: blue. Hex color #3ED4EF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3ED4EF is #C12B10. Grayscale: #A9A9A9. Windows color (decimal): -12659473 or 15717438. OLE color: 15717438.
HSL color Cylindrical-coordinate representation of color #3ED4EF: hue angle of 189.15º 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 #3ED4EF is Cyan = 0.74, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 62 | 212 | 239 | - |
| CMYK | 0.74 | 0.11 | 0 | 0.06 |
| HSL | 189.15º | 0.85% | 0.59% | - |
| HSV(B) | 189.15º | 0.74% | 0.94% | - |
| XYZ | 41.11 | 54.34 | 89.98 | - |
| YUV | 170.23 | 166.81 | 50.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 212 | 239 | 0.74 | 0.11 | 0 | 0.06 | 189.15 | 0.85 | 0.59 |
| Hex | 3E | D4 | EF | 4A | B | 0 | 6 | BD | 55 | 3B |
| Octal | 76 | 324 | 357 | 112 | 13 | 0 | 6 | 275 | 125 | 73 |
| Binary | 111110 | 11010100 | 11101111 | 1001010 | 1011 | 0 | 110 | 10111101 | 1010101 | 111011 |
Color Harmonies of #3ED4EF
Complementary color
Monochromatic Colors of #3ED4EF
Black with #3ED4EF
Text Example
Text Example
White with #3ED4EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ED4EF; }
p { color: rgb(62,212,239); }
H1.HeaderClassName
{
color: #3ED4EF;
}
.AnyTagClassName
{
color: #3ED4EF;
}
</style>
background-color css
<style>
a { background-color: #3ED4EF; }
a { background-color: rgb(62,212,239); }
div.DivClassName
{
background-color: #3ED4EF;
}
.BgClassName
{
background-color: #3ED4EF;
}
</style>
border-color css
<style>
span { border-color: #3ED4EF; }
span { border-color: rgb(62,212,239); }
td.TdClassName
{
border-color: #3ED4EF;
}
.TagClassName
{
border-color: #3ED4EF;
}
</style>