#3EE3CD

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

Shades of Turquoise #3EE3CD

Tints of Turquoise #3EE3CD

Color information

#3EE3CD (or 0x3EE3CD) is unknown color: approx Turquoise. HEX triplet: 3E, E3 and CD. RGB value is (62,227,205). Sum of RGB (Red+Green+Blue) = 62+227+205=494 (65% of max value = 765). Red value is 62 (24.61% from 255 or 12.55% from 494); Green value is 227 (89.06% from 255 or 45.95% from 494); Blue value is 205 (80.47% from 255 or 41.50% from 494); Max value from RGB is 227 - color contains mainly: green. Hex color #3EE3CD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3EE3CD is #C11C32. Grayscale: #AFAFAF. Windows color (decimal): -12655667 or 13493054. OLE color: 13493054.

HSL color Cylindrical-coordinate representation of color #3EE3CD: hue angle of 172º degrees, saturation: 0.75, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3EE3CD is Cyan = 0.73, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.11.

Color convert

RGB62227205-
CMYK0.7300.100.11
HSL172º74.66%56.67%-
HSV(B)172º72.69%89.02%-
XYZ40.4860.3767.28-
YUV175.16144.8447.29-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 12.55%
GREEN value IS 227 (89.06% from 255) = 45.95%
BLUE value IS 205 (80.47% from 255) = 41.50%
R=12.55%
G=45.95%
B=41.50%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal622272050.7300.100.1117274.6656.67
Hex3EE3CD490ABac4b39
Octal763433151110121325411371
Binary11111011100011110011011001001010101011101011001001011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3EE3CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,227,205); }

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

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

 a { background-color: rgb(62,227,205); }

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

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

 span { border-color: rgb(62,227,205); }

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