#3EF5ED

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

Shades of Turquoise #3EF5ED

Tints of Turquoise #3EF5ED

Color information

#3EF5ED (or 0x3EF5ED) is unknown color: approx Turquoise. HEX triplet: 3E, F5 and ED. RGB value is (62,245,237). Sum of RGB (Red+Green+Blue) = 62+245+237=544 (72% of max value = 765). Red value is 62 (24.61% from 255 or 11.40% from 544); Green value is 245 (96.09% from 255 or 45.04% from 544); Blue value is 237 (92.97% from 255 or 43.57% from 544); Max value from RGB is 245 - color contains mainly: green. Hex color #3EF5ED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3EF5ED is #C10A12. Grayscale: #BDBDBD. Windows color (decimal): -12651027 or 15594814. OLE color: 15594814.

HSL color Cylindrical-coordinate representation of color #3EF5ED: hue angle of 177.38º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3EF5ED is Cyan = 0.75, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.04.

Color convert

RGB62245237-
CMYK0.7500.030.04
HSL177.38º90.15%60.2%-
HSV(B)177.38º74.69%96.08%-
XYZ49.9372.4491.47-
YUV189.37154.8737.15-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 11.40%
GREEN value IS 245 (96.09% from 255) = 45.04%
BLUE value IS 237 (92.97% from 255) = 43.57%
R=11.40%
G=45.04%
B=43.57%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal622452370.7500.030.04177.3890.1560.2
Hex3EF5ED4B034b15a3c
Octal7636535511303426113274
Binary11111011110101111011011001011011100101100011011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3EF5ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,245,237); }

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

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

 a { background-color: rgb(62,245,237); }

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

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

 span { border-color: rgb(62,245,237); }

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