#3EEADC

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

Shades of Turquoise #3EEADC

Tints of Turquoise #3EEADC

Color information

#3EEADC (or 0x3EEADC) is unknown color: approx Turquoise. HEX triplet: 3E, EA and DC. RGB value is (62,234,220). Sum of RGB (Red+Green+Blue) = 62+234+220=516 (68% of max value = 765). Red value is 62 (24.61% from 255 or 12.02% from 516); Green value is 234 (91.80% from 255 or 45.35% from 516); Blue value is 220 (86.33% from 255 or 42.64% from 516); Max value from RGB is 234 - color contains mainly: green. Hex color #3EEADC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3EEADC is #C11523. Grayscale: #B4B4B4. Windows color (decimal): -12653860 or 14477886. OLE color: 14477886.

HSL color Cylindrical-coordinate representation of color #3EEADC: hue angle of 175.12º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3EEADC is Cyan = 0.74, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB62234220-
CMYK0.7400.060.08
HSL175.12º80.37%58.04%-
HSV(B)175.12º73.5%91.76%-
XYZ44.3365.0477.93-
YUV180.98150.0243.14-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 12.02%
GREEN value IS 234 (91.80% from 255) = 45.35%
BLUE value IS 220 (86.33% from 255) = 42.64%
R=12.02%
G=45.35%
B=42.64%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal622342200.7400.060.08175.1280.3758.04
Hex3EEADC4A068af503a
Octal76352334112061025712072
Binary1111101110101011011100100101001101000101011111010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3EEADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,234,220); }

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

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

 a { background-color: rgb(62,234,220); }

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

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

 span { border-color: rgb(62,234,220); }

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