#3DC4BE

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

Shades of Medium Turquoise #3DC4BE

Tints of Medium Turquoise #3DC4BE

Color information

#3DC4BE (or 0x3DC4BE) is unknown color: approx Medium Turquoise. HEX triplet: 3D, C4 and BE. RGB value is (61,196,190). Sum of RGB (Red+Green+Blue) = 61+196+190=447 (59% of max value = 765). Red value is 61 (24.22% from 255 or 13.65% from 447); Green value is 196 (76.95% from 255 or 43.85% from 447); Blue value is 190 (74.61% from 255 or 42.51% from 447); Max value from RGB is 196 - color contains mainly: green. Hex color #3DC4BE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DC4BE is #C23B41. Grayscale: #9A9A9A. Windows color (decimal): -12729154 or 12502077. OLE color: 12502077.

HSL color Cylindrical-coordinate representation of color #3DC4BE: hue angle of 177.33º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3DC4BE is Cyan = 0.69, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.23.

Color convert

RGB61196190-
CMYK0.6900.030.23
HSL177.33º53.36%50.39%-
HSV(B)177.33º68.88%76.86%-
XYZ30.9644.1955.61-
YUV154.95147.7760.99-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 13.65%
GREEN value IS 196 (76.95% from 255) = 43.85%
BLUE value IS 190 (74.61% from 255) = 42.51%
R=13.65%
G=43.85%
B=42.51%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal611961900.6900.030.23177.3353.3650.39
Hex3DC4BE450317b13532
Octal7530427610503272616562
Binary111101110001001011111010001010111011110110001110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DC4BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,196,190); }

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

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

 a { background-color: rgb(61,196,190); }

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

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

 span { border-color: rgb(61,196,190); }

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