#3ED3E0

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

Shades of Medium Turquoise #3ED3E0

Tints of Medium Turquoise #3ED3E0

Color information

#3ED3E0 (or 0x3ED3E0) is unknown color: approx Medium Turquoise. HEX triplet: 3E, D3 and E0. RGB value is (62,211,224). Sum of RGB (Red+Green+Blue) = 62+211+224=497 (65% of max value = 765). Red value is 62 (24.61% from 255 or 12.47% from 497); Green value is 211 (82.81% from 255 or 42.45% from 497); Blue value is 224 (87.89% from 255 or 45.07% from 497); Max value from RGB is 224 - color contains mainly: blue. Hex color #3ED3E0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ED3E0 is #C12C1F. Grayscale: #A7A7A7. Windows color (decimal): -12659744 or 14734142. OLE color: 14734142.

HSL color Cylindrical-coordinate representation of color #3ED3E0: hue angle of 184.81º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3ED3E0 is Cyan = 0.72, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB62211224-
CMYK0.720.0600.12
HSL184.81º72.32%56.08%-
HSV(B)184.81º72.32%87.84%-
XYZ38.7452.9978.71-
YUV167.93159.6452.44-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 12.47%
GREEN value IS 211 (82.81% from 255) = 42.45%
BLUE value IS 224 (87.89% from 255) = 45.07%
R=12.47%
G=42.45%
B=45.07%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal622112240.720.0600.12184.8172.3256.08
Hex3ED3E04860Cb94838
Octal76323340110601427111070
Binary1111101101001111100000100100011001100101110011001000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3ED3E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,211,224); }

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

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

 a { background-color: rgb(62,211,224); }

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

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

 span { border-color: rgb(62,211,224); }

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