#3DC6C2

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

Shades of Medium Turquoise #3DC6C2

Tints of Medium Turquoise #3DC6C2

Color information

#3DC6C2 (or 0x3DC6C2) is unknown color: approx Medium Turquoise. HEX triplet: 3D, C6 and C2. RGB value is (61,198,194). Sum of RGB (Red+Green+Blue) = 61+198+194=453 (60% of max value = 765). Red value is 61 (24.22% from 255 or 13.47% from 453); Green value is 198 (77.73% from 255 or 43.71% from 453); Blue value is 194 (76.17% from 255 or 42.83% from 453); Max value from RGB is 198 - color contains mainly: green. Hex color #3DC6C2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DC6C2 is #C2393D. Grayscale: #9C9C9C. Windows color (decimal): -12728638 or 12764733. OLE color: 12764733.

HSL color Cylindrical-coordinate representation of color #3DC6C2: hue angle of 178.25º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3DC6C2 is Cyan = 0.69, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.22.

Color convert

RGB61198194-
CMYK0.6900.020.22
HSL178.25º54.58%50.78%-
HSV(B)178.25º69.19%77.65%-
XYZ31.8645.2858.1-
YUV156.58149.1159.83-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 13.47%
GREEN value IS 198 (77.73% from 255) = 43.71%
BLUE value IS 194 (76.17% from 255) = 42.83%
R=13.47%
G=43.71%
B=42.83%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal611981940.6900.020.22178.2554.5850.78
Hex3DC6C2450216b23733
Octal7530630210502262626763
Binary111101110001101100001010001010101011010110010110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DC6C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,198,194); }

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

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

 a { background-color: rgb(61,198,194); }

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

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

 span { border-color: rgb(61,198,194); }

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