#3EDDEA

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

Shades of Turquoise #3EDDEA

Tints of Turquoise #3EDDEA

Color information

#3EDDEA (or 0x3EDDEA) is unknown color: approx Turquoise. HEX triplet: 3E, DD and EA. RGB value is (62,221,234). Sum of RGB (Red+Green+Blue) = 62+221+234=517 (68% of max value = 765). Red value is 62 (24.61% from 255 or 11.99% from 517); Green value is 221 (86.72% from 255 or 42.75% from 517); Blue value is 234 (91.80% from 255 or 45.26% from 517); Max value from RGB is 234 - color contains mainly: blue. Hex color #3EDDEA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3EDDEA is #C12215. Grayscale: #AEAEAE. Windows color (decimal): -12657174 or 15392062. OLE color: 15392062.

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

Color convert

RGB62221234-
CMYK0.740.0600.08
HSL184.53º80.37%58.04%-
HSV(B)184.53º73.5%91.76%-
XYZ42.6958.6886.92-
YUV174.94161.3247.44-

RGB Variations

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

RGB

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

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
Decimal622212340.740.0600.08184.5380.3758.04
Hex3EDDEA4A608b9503a
Octal76335352112601027112072
Binary1111101101110111101010100101011001000101110011010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3EDDEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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