#3EF0C5

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

Shades of Turquoise #3EF0C5

Tints of Turquoise #3EF0C5

Color information

#3EF0C5 (or 0x3EF0C5) is unknown color: approx Turquoise. HEX triplet: 3E, F0 and C5. RGB value is (62,240,197). Sum of RGB (Red+Green+Blue) = 62+240+197=499 (66% of max value = 765). Red value is 62 (24.61% from 255 or 12.42% from 499); Green value is 240 (94.14% from 255 or 48.10% from 499); Blue value is 197 (77.34% from 255 or 39.48% from 499); Max value from RGB is 240 - color contains mainly: green. Hex color #3EF0C5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3EF0C5 is #C10F3A. Grayscale: #B5B5B5. Windows color (decimal): -12652347 or 12972094. OLE color: 12972094.

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

Color convert

RGB62240197-
CMYK0.7400.180.06
HSL165.51º85.58%59.22%-
HSV(B)165.51º74.17%94.12%-
XYZ43.2267.3863.55-
YUV181.88136.5342.5-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 12.42%
GREEN value IS 240 (94.14% from 255) = 48.10%
BLUE value IS 197 (77.34% from 255) = 39.48%
R=12.42%
G=48.10%
B=39.48%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal622401970.7400.180.06165.5185.5859.22
Hex3EF0C54A0126a6563b
Octal76360305112022624612673
Binary11111011110000110001011001010010010110101001101010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3EF0C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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