#3EFDC2

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

Shades of Turquoise #3EFDC2

Tints of Turquoise #3EFDC2

Color information

#3EFDC2 (or 0x3EFDC2) is unknown color: approx Turquoise. HEX triplet: 3E, FD and C2. RGB value is (62,253,194). Sum of RGB (Red+Green+Blue) = 62+253+194=509 (67% of max value = 765). Red value is 62 (24.61% from 255 or 12.18% from 509); Green value is 253 (99.22% from 255 or 49.71% from 509); Blue value is 194 (76.17% from 255 or 38.11% from 509); Max value from RGB is 253 - color contains mainly: green. Hex color #3EFDC2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3EFDC2 is #C1023D. Grayscale: #BDBDBD. Windows color (decimal): -12649022 or 12778814. OLE color: 12778814.

HSL color Cylindrical-coordinate representation of color #3EFDC2: hue angle of 161.47º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3EFDC2 is Cyan = 0.75, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.01.

Color convert

RGB62253194-
CMYK0.7500.230.01
HSL161.47º97.95%61.76%-
HSV(B)161.47º75.49%99.22%-
XYZ46.8575.1763.08-
YUV189.17130.7237.3-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 12.18%
GREEN value IS 253 (99.22% from 255) = 49.71%
BLUE value IS 194 (76.17% from 255) = 38.11%
R=12.18%
G=49.71%
B=38.11%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal622531940.7500.230.01161.4797.9561.76
Hex3EFDC24B0171a1623e
Octal76375302113027124114276
Binary111110111111011100001010010110101111101000011100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3EFDC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,253,194); }

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

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

 a { background-color: rgb(62,253,194); }

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

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

 span { border-color: rgb(62,253,194); }

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