#3EDFC4

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

Shades of Turquoise #3EDFC4

Tints of Turquoise #3EDFC4

Color information

#3EDFC4 (or 0x3EDFC4) is unknown color: approx Turquoise. HEX triplet: 3E, DF and C4. RGB value is (62,223,196). Sum of RGB (Red+Green+Blue) = 62+223+196=481 (63% of max value = 765). Red value is 62 (24.61% from 255 or 12.89% from 481); Green value is 223 (87.5% from 255 or 46.36% from 481); Blue value is 196 (76.95% from 255 or 40.75% from 481); Max value from RGB is 223 - color contains mainly: green. Hex color #3EDFC4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3EDFC4 is #C1203B. Grayscale: #ABABAB. Windows color (decimal): -12656700 or 12902206. OLE color: 12902206.

HSL color Cylindrical-coordinate representation of color #3EDFC4: hue angle of 169.94º degrees, saturation: 0.72, 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 #3EDFC4 is Cyan = 0.72, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.

Color convert

RGB62223196-
CMYK0.7200.120.13
HSL169.94º71.56%55.88%-
HSV(B)169.94º72.2%87.45%-
XYZ38.3457.7961.36-
YUV171.78141.6649.7-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 12.89%
GREEN value IS 223 (87.5% from 255) = 46.36%
BLUE value IS 196 (76.95% from 255) = 40.75%
R=12.89%
G=46.36%
B=40.75%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal622231960.7200.120.13169.9471.5655.88
Hex3EDFC4480CDaa4838
Octal763373041100141525211070
Binary11111011011111110001001001000011001101101010101001000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3EDFC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,223,196); }

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

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

 a { background-color: rgb(62,223,196); }

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

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

 span { border-color: rgb(62,223,196); }

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