#3EFDBD

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

Shades of Turquoise #3EFDBD

Tints of Turquoise #3EFDBD

Color information

#3EFDBD (or 0x3EFDBD) is unknown color: approx Turquoise. HEX triplet: 3E, FD and BD. RGB value is (62,253,189). Sum of RGB (Red+Green+Blue) = 62+253+189=504 (66% of max value = 765). Red value is 62 (24.61% from 255 or 12.30% from 504); Green value is 253 (99.22% from 255 or 50.20% from 504); Blue value is 189 (74.22% from 255 or 37.5% from 504); Max value from RGB is 253 - color contains mainly: green. Hex color #3EFDBD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3EFDBD is #C10242. Grayscale: #BCBCBC. Windows color (decimal): -12649027 or 12451134. OLE color: 12451134.

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

Color convert

RGB62253189-
CMYK0.7500.250.01
HSL159.9º97.95%61.76%-
HSV(B)159.9º75.49%99.22%-
XYZ46.374.9560.17-
YUV188.6128.2237.7-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 12.30%
GREEN value IS 253 (99.22% from 255) = 50.20%
BLUE value IS 189 (74.22% from 255) = 37.5%
R=12.30%
G=50.20%
B=37.5%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal622531890.7500.250.01159.997.9561.76
Hex3EFDBD4B0191a0623e
Octal76375275113031124014276
Binary111110111111011011110110010110110011101000001100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3EFDBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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