Shades of Turquoise #3EDAEA
Tints of Turquoise #3EDAEA
RGB
CMYK
RGB Variations
Color information
#3EDAEA (or 0x3EDAEA) is known color: Turquoise. HEX triplet: 3E, DA and EA. RGB value is (62,218,234). Sum of RGB (Red+Green+Blue) = 62+218+234=514 (68% of max value = 765). Red value is 62 (24.61% from 255 or 12.06% from 514); Green value is 218 (85.55% from 255 or 42.41% from 514); Blue value is 234 (91.80% from 255 or 45.53% from 514); Max value from RGB is 234 - color contains mainly: blue. Hex color #3EDAEA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3EDAEA is #C12515. Grayscale: #ACACAC. Windows color (decimal): -12657942 or 15391294. OLE color: 15391294.
HSL color Cylindrical-coordinate representation of color #3EDAEA: hue angle of 185.58º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3EDAEA is Cyan = 0.74, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 62 | 218 | 234 | - |
| CMYK | 0.74 | 0.07 | 0 | 0.08 |
| HSL | 185.58º | 0.8% | 0.58% | - |
| HSV(B) | 185.58º | 0.74% | 0.92% | - |
| XYZ | 41.91 | 57.11 | 86.66 | - |
| YUV | 173.18 | 162.32 | 48.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 218 | 234 | 0.74 | 0.07 | 0 | 0.08 | 185.58 | 0.8 | 0.58 |
| Hex | 3E | DA | EA | 4A | 7 | 0 | 8 | BA | 50 | 3A |
| Octal | 76 | 332 | 352 | 112 | 7 | 0 | 10 | 272 | 120 | 72 |
| Binary | 111110 | 11011010 | 11101010 | 1001010 | 111 | 0 | 1000 | 10111010 | 1010000 | 111010 |
Color Harmonies of #3EDAEA
Complementary color
Monochromatic Colors of #3EDAEA
Black with #3EDAEA
Text Example
Text Example
White with #3EDAEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EDAEA; }
p { color: rgb(62,218,234); }
H1.HeaderClassName
{
color: #3EDAEA;
}
.AnyTagClassName
{
color: #3EDAEA;
}
</style>
background-color css
<style>
a { background-color: #3EDAEA; }
a { background-color: rgb(62,218,234); }
div.DivClassName
{
background-color: #3EDAEA;
}
.BgClassName
{
background-color: #3EDAEA;
}
</style>
border-color css
<style>
span { border-color: #3EDAEA; }
span { border-color: rgb(62,218,234); }
td.TdClassName
{
border-color: #3EDAEA;
}
.TagClassName
{
border-color: #3EDAEA;
}
</style>