#3EDCEA

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

Shades of Turquoise #3EDCEA

Tints of Turquoise #3EDCEA

Color information

#3EDCEA (or 0x3EDCEA) is unknown color: approx Turquoise. HEX triplet: 3E, DC and EA. RGB value is (62,220,234). Sum of RGB (Red+Green+Blue) = 62+220+234=516 (68% of max value = 765). Red value is 62 (24.61% from 255 or 12.02% from 516); Green value is 220 (86.33% from 255 or 42.64% from 516); Blue value is 234 (91.80% from 255 or 45.35% from 516); Max value from RGB is 234 - color contains mainly: blue. Hex color #3EDCEA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3EDCEA is #C12315. Grayscale: #AEAEAE. Windows color (decimal): -12657430 or 15391806. OLE color: 15391806.

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

Color convert

RGB62220234-
CMYK0.740.0600.08
HSL184.88º80.37%58.04%-
HSV(B)184.88º73.5%91.76%-
XYZ42.4358.1586.83-
YUV174.35161.6547.86-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal622202340.740.0600.08184.8880.3758.04
Hex3EDCEA4A608b9503a
Octal76334352112601027112072
Binary1111101101110011101010100101011001000101110011010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3EDCEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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