#3EFDC4

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

Shades of Turquoise #3EFDC4

Tints of Turquoise #3EFDC4

Color information

#3EFDC4 (or 0x3EFDC4) is unknown color: approx Turquoise. HEX triplet: 3E, FD and C4. RGB value is (62,253,196). Sum of RGB (Red+Green+Blue) = 62+253+196=511 (67% of max value = 765). Red value is 62 (24.61% from 255 or 12.13% from 511); Green value is 253 (99.22% from 255 or 49.51% from 511); Blue value is 196 (76.95% from 255 or 38.36% from 511); Max value from RGB is 253 - color contains mainly: green. Hex color #3EFDC4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3EFDC4 is #C1023B. Grayscale: #BDBDBD. Windows color (decimal): -12649020 or 12909886. OLE color: 12909886.

HSL color Cylindrical-coordinate representation of color #3EFDC4: hue angle of 162.09º 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 #3EFDC4 is Cyan = 0.75, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.01.

Color convert

RGB62253196-
CMYK0.7500.230.01
HSL162.09º97.95%61.76%-
HSV(B)162.09º75.49%99.22%-
XYZ47.0875.2664.27-
YUV189.39131.7237.13-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 12.13%
GREEN value IS 253 (99.22% from 255) = 49.51%
BLUE value IS 196 (76.95% from 255) = 38.36%
R=12.13%
G=49.51%
B=38.36%

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
Decimal622531960.7500.230.01162.0997.9561.76
Hex3EFDC44B0171a2623e
Octal76375304113027124214276
Binary111110111111011100010010010110101111101000101100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3EFDC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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