#3ED7DE

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

Shades of Turquoise #3ED7DE

Tints of Turquoise #3ED7DE

Color information

#3ED7DE (or 0x3ED7DE) is unknown color: approx Turquoise. HEX triplet: 3E, D7 and DE. RGB value is (62,215,222). Sum of RGB (Red+Green+Blue) = 62+215+222=499 (66% of max value = 765). Red value is 62 (24.61% from 255 or 12.42% from 499); Green value is 215 (84.38% from 255 or 43.09% from 499); Blue value is 222 (87.11% from 255 or 44.49% from 499); Max value from RGB is 222 - color contains mainly: blue. Hex color #3ED7DE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ED7DE is #C12821. Grayscale: #A9A9A9. Windows color (decimal): -12658722 or 14604094. OLE color: 14604094.

HSL color Cylindrical-coordinate representation of color #3ED7DE: hue angle of 182.62º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3ED7DE is Cyan = 0.72, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB62215222-
CMYK0.720.0300.13
HSL182.62º70.8%55.69%-
HSV(B)182.62º72.07%87.06%-
XYZ39.4754.977.62-
YUV170.05157.3150.93-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 12.42%
GREEN value IS 215 (84.38% from 255) = 43.09%
BLUE value IS 222 (87.11% from 255) = 44.49%
R=12.42%
G=43.09%
B=44.49%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal622152220.720.0300.13182.6270.855.69
Hex3ED7DE4830Db74738
Octal76327336110301526710770
Binary111110110101111101111010010001101101101101111000111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3ED7DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,215,222); }

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

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

 a { background-color: rgb(62,215,222); }

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

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

 span { border-color: rgb(62,215,222); }

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