Shades of Turquoise #3EF3EC
Tints of Turquoise #3EF3EC
RGB
CMYK
RGB Variations
Color information
#3EF3EC (or 0x3EF3EC) is known color: Turquoise. HEX triplet: 3E, F3 and EC. RGB value is (62,243,236). Sum of RGB (Red+Green+Blue) = 62+243+236=541 (71% of max value = 765). Red value is 62 (24.61% from 255 or 11.46% from 541); Green value is 243 (95.31% from 255 or 44.92% from 541); Blue value is 236 (92.58% from 255 or 43.62% from 541); Max value from RGB is 243 - color contains mainly: green. Hex color #3EF3EC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3EF3EC is #C10C13. Grayscale: #BBBBBB. Windows color (decimal): -12651540 or 15528766. OLE color: 15528766.
HSL color Cylindrical-coordinate representation of color #3EF3EC: hue angle of 177.68º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3EF3EC is Cyan = 0.74, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 62 | 243 | 236 | - |
| CMYK | 0.74 | 0 | 0.03 | 0.05 |
| HSL | 177.68º | 0.88% | 0.6% | - |
| HSV(B) | 177.68º | 0.74% | 0.95% | - |
| XYZ | 49.18 | 71.18 | 90.5 | - |
| YUV | 188.08 | 155.03 | 38.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 243 | 236 | 0.74 | 0 | 0.03 | 0.05 | 177.68 | 0.88 | 0.6 |
| Hex | 3E | F3 | EC | 4A | 0 | 3 | 5 | B2 | 58 | 3C |
| Octal | 76 | 363 | 354 | 112 | 0 | 3 | 5 | 262 | 130 | 74 |
| Binary | 111110 | 11110011 | 11101100 | 1001010 | 0 | 11 | 101 | 10110010 | 1011000 | 111100 |
Color Harmonies of #3EF3EC
Complementary color
Monochromatic Colors of #3EF3EC
Black with #3EF3EC
Text Example
Text Example
White with #3EF3EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EF3EC; }
p { color: rgb(62,243,236); }
H1.HeaderClassName
{
color: #3EF3EC;
}
.AnyTagClassName
{
color: #3EF3EC;
}
</style>
background-color css
<style>
a { background-color: #3EF3EC; }
a { background-color: rgb(62,243,236); }
div.DivClassName
{
background-color: #3EF3EC;
}
.BgClassName
{
background-color: #3EF3EC;
}
</style>
border-color css
<style>
span { border-color: #3EF3EC; }
span { border-color: rgb(62,243,236); }
td.TdClassName
{
border-color: #3EF3EC;
}
.TagClassName
{
border-color: #3EF3EC;
}
</style>