#3EEADD

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

Shades of Turquoise #3EEADD

Tints of Turquoise #3EEADD

Color information

#3EEADD (or 0x3EEADD) is unknown color: approx Turquoise. HEX triplet: 3E, EA and DD. RGB value is (62,234,221). Sum of RGB (Red+Green+Blue) = 62+234+221=517 (68% of max value = 765). Red value is 62 (24.61% from 255 or 11.99% from 517); Green value is 234 (91.80% from 255 or 45.26% from 517); Blue value is 221 (86.72% from 255 or 42.75% from 517); Max value from RGB is 234 - color contains mainly: green. Hex color #3EEADD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3EEADD is #C11522. Grayscale: #B4B4B4. Windows color (decimal): -12653859 or 14543422. OLE color: 14543422.

HSL color Cylindrical-coordinate representation of color #3EEADD: hue angle of 175.47º 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 #3EEADD is Cyan = 0.74, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB62234221-
CMYK0.7400.060.08
HSL175.47º80.37%58.04%-
HSV(B)175.47º73.5%91.76%-
XYZ44.4665.0978.63-
YUV181.09150.5243.06-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 11.99%
GREEN value IS 234 (91.80% from 255) = 45.26%
BLUE value IS 221 (86.72% from 255) = 42.75%
R=11.99%
G=45.26%
B=42.75%

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
Decimal622342210.7400.060.08175.4780.3758.04
Hex3EEADD4A068af503a
Octal76352335112061025712072
Binary1111101110101011011101100101001101000101011111010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3EEADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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