#3EF0C7

Color #3EF0C7 Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise #3EF0C7

Tints of Turquoise #3EF0C7

Color information

#3EF0C7 (or 0x3EF0C7) is unknown color: approx Turquoise. HEX triplet: 3E, F0 and C7. RGB value is (62,240,199). Sum of RGB (Red+Green+Blue) = 62+240+199=501 (66% of max value = 765). Red value is 62 (24.61% from 255 or 12.38% from 501); Green value is 240 (94.14% from 255 or 47.90% from 501); Blue value is 199 (78.12% from 255 or 39.72% from 501); Max value from RGB is 240 - color contains mainly: green. Hex color #3EF0C7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3EF0C7 is #C10F38. Grayscale: #B6B6B6. Windows color (decimal): -12652345 or 13103166. OLE color: 13103166.

HSL color Cylindrical-coordinate representation of color #3EF0C7: hue angle of 166.18º degrees, saturation: 0.86, 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 #3EF0C7 is Cyan = 0.74, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.06.

Color convert

RGB62240199-
CMYK0.7400.170.06
HSL166.18º85.58%59.22%-
HSV(B)166.18º74.17%94.12%-
XYZ43.4667.4764.77-
YUV182.1137.5342.33-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 62 (24.61% from 255) = 12.38%
GREEN value IS 240 (94.14% from 255) = 47.90%
BLUE value IS 199 (78.12% from 255) = 39.72%
R=12.38%
G=47.90%
B=39.72%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal622401990.7400.170.06166.1885.5859.22
Hex3EF0C74A0116a6563b
Octal76360307112021624612673
Binary11111011110000110001111001010010001110101001101010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3EF0C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3EF0C7; }

 p { color: rgb(62,240,199); }

 H1.HeaderClassName
 {
   color: #3EF0C7;
 }
 .AnyTagClassName
 {
   color: #3EF0C7;
 }
</style>
background-color css

<style>
 a { background-color: #3EF0C7; }

 a { background-color: rgb(62,240,199); }

 div.DivClassName
 {
   background-color: #3EF0C7;
 }
 .BgClassName
 {
   background-color: #3EF0C7;
 }
</style>
border-color css

<style>
 span { border-color: #3EF0C7; }

 span { border-color: rgb(62,240,199); }

 td.TdClassName
 {
   border-color: #3EF0C7;
 }
 .TagClassName
 {
   border-color: #3EF0C7;
 }
</style>