#3EDAC2

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

Shades of Turquoise #3EDAC2

Tints of Turquoise #3EDAC2

Color information

#3EDAC2 (or 0x3EDAC2) is unknown color: approx Turquoise. HEX triplet: 3E, DA and C2. RGB value is (62,218,194). Sum of RGB (Red+Green+Blue) = 62+218+194=474 (62% of max value = 765). Red value is 62 (24.61% from 255 or 13.08% from 474); Green value is 218 (85.55% from 255 or 45.99% from 474); Blue value is 194 (76.17% from 255 or 40.93% from 474); Max value from RGB is 218 - color contains mainly: green. Hex color #3EDAC2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3EDAC2 is #C1253D. Grayscale: #A8A8A8. Windows color (decimal): -12657982 or 12769854. OLE color: 12769854.

HSL color Cylindrical-coordinate representation of color #3EDAC2: hue angle of 170.77º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3EDAC2 is Cyan = 0.72, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.15.

Color convert

RGB62218194-
CMYK0.7200.110.15
HSL170.77º67.83%54.9%-
HSV(B)170.77º71.56%85.49%-
XYZ36.855.0659.73-
YUV168.62142.3251.95-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 13.08%
GREEN value IS 218 (85.55% from 255) = 45.99%
BLUE value IS 194 (76.17% from 255) = 40.93%
R=13.08%
G=45.99%
B=40.93%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal622181940.7200.110.15170.7767.8354.9
Hex3EDAC2480BFab4437
Octal763323021100131725310467
Binary11111011011010110000101001000010111111101010111000100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3EDAC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,218,194); }

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

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

 a { background-color: rgb(62,218,194); }

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

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

 span { border-color: rgb(62,218,194); }

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