#3BCEDC

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

Shades of Medium Turquoise #3BCEDC

Tints of Medium Turquoise #3BCEDC

Color information

#3BCEDC (or 0x3BCEDC) is unknown color: approx Medium Turquoise. HEX triplet: 3B, CE and DC. RGB value is (59,206,220). Sum of RGB (Red+Green+Blue) = 59+206+220=485 (64% of max value = 765). Red value is 59 (23.44% from 255 or 12.16% from 485); Green value is 206 (80.86% from 255 or 42.47% from 485); Blue value is 220 (86.33% from 255 or 45.36% from 485); Max value from RGB is 220 - color contains mainly: blue. Hex color #3BCEDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BCEDC is #C43123. Grayscale: #A3A3A3. Windows color (decimal): -12857636 or 14470715. OLE color: 14470715.

HSL color Cylindrical-coordinate representation of color #3BCEDC: hue angle of 185.22º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3BCEDC is Cyan = 0.73, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB59206220-
CMYK0.730.0600.14
HSL185.22º69.7%54.71%-
HSV(B)185.22º73.18%86.27%-
XYZ36.7950.2475.47-
YUV163.64159.853.36-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 12.16%
GREEN value IS 206 (80.86% from 255) = 42.47%
BLUE value IS 220 (86.33% from 255) = 45.36%
R=12.16%
G=42.47%
B=45.36%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal592062200.730.0600.14185.2269.754.71
Hex3BCEDC4960Eb94637
Octal73316334111601627110667
Binary1110111100111011011100100100111001110101110011000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BCEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,206,220); }

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

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

 a { background-color: rgb(59,206,220); }

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

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

 span { border-color: rgb(59,206,220); }

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