#3ED0D9

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

Shades of Medium Turquoise #3ED0D9

Tints of Medium Turquoise #3ED0D9

Color information

#3ED0D9 (or 0x3ED0D9) is unknown color: approx Medium Turquoise. HEX triplet: 3E, D0 and D9. RGB value is (62,208,217). Sum of RGB (Red+Green+Blue) = 62+208+217=487 (64% of max value = 765). Red value is 62 (24.61% from 255 or 12.73% from 487); Green value is 208 (81.64% from 255 or 42.71% from 487); Blue value is 217 (85.16% from 255 or 44.56% from 487); Max value from RGB is 217 - color contains mainly: blue. Hex color #3ED0D9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ED0D9 is #C12F26. Grayscale: #A5A5A5. Windows color (decimal): -12660519 or 14274622. OLE color: 14274622.

HSL color Cylindrical-coordinate representation of color #3ED0D9: hue angle of 183.48º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3ED0D9 is Cyan = 0.71, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB62208217-
CMYK0.710.0400.15
HSL183.48º67.1%54.71%-
HSV(B)183.48º71.43%85.1%-
XYZ37.0751.1573.56-
YUV165.37157.1354.27-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 12.73%
GREEN value IS 208 (81.64% from 255) = 42.71%
BLUE value IS 217 (85.16% from 255) = 44.56%
R=12.73%
G=42.71%
B=44.56%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal622082170.710.0400.15183.4867.154.71
Hex3ED0D94740Fb74337
Octal76320331107401726710367
Binary1111101101000011011001100011110001111101101111000011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3ED0D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,208,217); }

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

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

 a { background-color: rgb(62,208,217); }

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

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

 span { border-color: rgb(62,208,217); }

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