#3EFDC3

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

Shades of Turquoise #3EFDC3

Tints of Turquoise #3EFDC3

Color information

#3EFDC3 (or 0x3EFDC3) is unknown color: approx Turquoise. HEX triplet: 3E, FD and C3. RGB value is (62,253,195). Sum of RGB (Red+Green+Blue) = 62+253+195=510 (67% of max value = 765). Red value is 62 (24.61% from 255 or 12.16% from 510); Green value is 253 (99.22% from 255 or 49.61% from 510); Blue value is 195 (76.56% from 255 or 38.24% from 510); Max value from RGB is 253 - color contains mainly: green. Hex color #3EFDC3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3EFDC3 is #C1023C. Grayscale: #BDBDBD. Windows color (decimal): -12649021 or 12844350. OLE color: 12844350.

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

Color convert

RGB62253195-
CMYK0.7500.230.01
HSL161.78º97.95%61.76%-
HSV(B)161.78º75.49%99.22%-
XYZ46.9675.2163.67-
YUV189.28131.2237.22-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 12.16%
GREEN value IS 253 (99.22% from 255) = 49.61%
BLUE value IS 195 (76.56% from 255) = 38.24%
R=12.16%
G=49.61%
B=38.24%

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
Decimal622531950.7500.230.01161.7897.9561.76
Hex3EFDC34B0171a2623e
Octal76375303113027124214276
Binary111110111111011100001110010110101111101000101100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3EFDC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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